You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Changing context may a bit more than straight forward. Because we'd need to restard all lazydocker internals and "reboot" the app and connect to a new docker engine.
The hint can surely be done though
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
The text was updated successfully, but these errors were encountered: