I'm trying to pull/run an image with the following command:
docker run -d --name sonarqube -p 9000:9000 sonarqub
But I got the following error:
Error response from daemon: received unexpected HTTP status: 503 Service Unavailable.
The operating-system independent way to check whether Docker is running is to ask Docker, using the docker info command. You can also use operating system utilities, such as sudo systemctl is-active docker or sudo status docker or sudo service docker status , or checking the service status using Windows utilities.
dockerd is the persistent process that manages containers. Docker uses different binaries for the daemon and client. To run the daemon you type dockerd . To run the daemon with debug output, use dockerd --debug or add "debug": true to the daemon.
The issue is not your end. Docker registry is down at the moment.
status.docker.com
You can check for docker-registry status, it should work once it back to normal.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With