User Tools

Site Tools


docker:check_if_docker_is_running

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docker:check_if_docker_is_running [2025/05/20 20:14] – created peterdocker:check_if_docker_is_running [2025/05/20 20:18] (current) peter
Line 4: Line 4:
 sudo systemctl status docker sudo systemctl status docker
 </code> </code>
 +
 +----
 +
 +===== What to do if Docker is not running =====
 +
 +Try to start docker.
 +
 +<code bash>
 +sudo systemctl start docker 
 +</code>
 +
 +----
 +
 +===== Check logs =====
 +
 +Are there any errors in the logs?
 +
 +<code bash>
 +journalctl -u docker
 +</code>
 +
 +----
 +
  
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