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
FYI you can manually set your DOCKER_HOST environment variable using jq: export DOCKER_HOST=$(docker context inspect | jq -r '.[0].Endpoints.docker.Host')
it takes three beats to connect, but works. In order to switch to a different context, you need to unset the variable: unset DOCKER_HOST
The option
Settings -> Advanced -> Allow the default Docker socket to be used
is not exist anymore in docker-desktop configuration.How to connect to other sockets now?
https://devops.stackexchange.com/a/18108/41249
The text was updated successfully, but these errors were encountered: