GMATHUR90 / Docker-and-Docker-compose-Installation-Script

Docker and Docker compose Installation Script
0 stars 0 forks source link

Service Not Starting #2

Closed GMATHUR90 closed 3 hours ago

GMATHUR90 commented 3 hours ago

Docker service fails to start after installation.

GMATHUR90 commented 3 hours ago
  1. Check the service status:
    sudo systemctl status docker
  2. Restart the service:
    sudo systemctl restart docker
  3. Review logs for errors:
    journalctl -u docker