jesseduffield / jesseduffield/lazydocker
Add hint about current docker context if not default
Open
enhancement
- Dominant language
- Go
- Stars
- 52.8k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
The recent addition of support for docker context is very nice :)
It could be a nice reminder for the user to add the name of the current docker context somewhere in the UI.
(if you don't want to add clunkyness, it could only be shown when this one is not `default`)
the information can be accessed via bash:
`docker context show`
Contributor guide
Assessment
This issue has not been assessed yet.