====== 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 ----