Cannot get rid of colima setting DOCKER_HOST
#593
-
I have a bunch of issues right now with docker desktop and podman because i had colima installed and it still somehow sets the I would like to know what i need to do in order to not have the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Colima does not set You can view docker contexts with By the way, the context is removed on |
Beta Was this translation helpful? Give feedback.
-
I found out that i had put the DOCKER_HOST Var to my fig config. |
Beta Was this translation helpful? Give feedback.
Colima does not set
DOCKER_HOST
and only uses contexts.You can view docker contexts with
docker context list
and you can remove Colima's context withdocker context rm colima
By the way, the context is removed on
colima stop
, so something else must've been off for it to still persist in your case.