User Tools

Site Tools


docker:check_if_docker_is_running

Docker - Check if Docker is running

sudo systemctl status docker

What to do if Docker is not running

Try to start docker.

sudo systemctl start docker 

Check logs

Are there any errors in the logs?

journalctl -u docker

docker/check_if_docker_is_running.txt · Last modified: 2025/05/20 20:18 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki