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 problem appears with the latest versions of the Docker desktop.
To fix one should go to advanced settings and check the case: “Allow the default Docker socket to be used (requires password)”. This action will create a socket file at /var/run/docker.sock.
The actual function that raises the error is docker.from_env():
importdockerdocker.from_env()
The problem should be fixed upstream, but I wanted to report it here.
The text was updated successfully, but these errors were encountered:
The problem appears with the latest versions of the Docker desktop.
To fix one should go to advanced settings and check the case: “Allow the default Docker socket to be used (requires password)”. This action will create a socket file at
/var/run/docker.sock
.The actual function that raises the error is
docker.from_env()
:The problem should be fixed upstream, but I wanted to report it here.
The text was updated successfully, but these errors were encountered: