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
Currently the only way to use ctop with Docker servers use non-default endpoint unix:///var/run/docker.sock is to set/override DOCKER_HOST environment variable.
Would like to have Docker context-aware support so ctop can work with other Docker servers accordingly:
$ docker context list
NAME DESCRIPTION DOCKER ENDPOINT ERROR
colima * colima unix:///Users/*****/.colima/default/docker.sock
default Current DOCKER_HOST based configuration unix:///var/run/docker.sock
rancher-desktop Rancher Desktop moby context unix:///Users/*****/.rd/docker.sock
$ docker context show
colima
$ docker context use rancher-desktop
rancher-desktop
Current context is now "rancher-desktop"
Feedback is welcome!
The text was updated successfully, but these errors were encountered:
Currently the only way to use
ctop
with Docker servers use non-default endpointunix:///var/run/docker.sock
is to set/overrideDOCKER_HOST
environment variable.For instance, with
colima
(refs):Would like to have Docker context-aware support so
ctop
can work with other Docker servers accordingly:Feedback is welcome!
The text was updated successfully, but these errors were encountered: