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
Can the docker rootless cli defaults to connect to $XDG_RUNTIME_DIR/docker.sock
instead of /var/run/docker.sock if no DOCKER_HOST or --context, and relatives defined?
Client:
Context: default
Debug Mode: false
Plugins:
buildx: Build with BuildKit (Docker Inc., v0.6.3)
Server:
ERROR: Cannot connect to Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
errors pretty printing info
it make sense as this is for rootless..
similar to podman approach - "path defaults to either /run/podman/podman.sock, or /run/user/<uid>/podman/podman.sock if running rootless."
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
Can the docker rootless cli defaults to connect to $XDG_RUNTIME_DIR/docker.sock
instead of /var/run/docker.sock if no DOCKER_HOST or --context, and relatives defined?
it make sense as this is for rootless..
similar to podman approach -
"path defaults to either /run/podman/podman.sock, or /run/user/<uid>/podman/podman.sock if running rootless."
Thanks.
The text was updated successfully, but these errors were encountered: