docker:check_if_docker_is_running
Table of Contents
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