I’m trying to run docker, and I’m having this problem :
docker system info
Client: Docker Engine – Community
Version: 27.0.3
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.15.1
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v2.28.1
Path: /usr/libexec/docker/cli-plugins/docker-compose
Server:
ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
errors pretty printing info
Looking online, I found it was a problem with the /etc/docker/daemon.json file.
So I tried to configure it like this:
{ "log-level": "warn", "storage-driver": "overlay2", "bip": "192.168.1.5/24", "fixed-cidr": "192.168.1.5/25", "mtu": 1500, "insecure-registries": ["myregistry.local:5000"] }
Contact diteur latex contact e is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3