Monday 11 March 2019

Docker Debug - on service restart failure

Hi you might want to use journalctl to see exactly what is going wrong.
Use it like this:
# journalctl -u docker.service
To view logs and see what exactly went wrong.
Tip: use the --since flag to filter your search.
For more information on journalctl
https://askubuntu.com/questions/940627/problems-installing-docker-on-16-04-failed-to-start-docker-application-contain



Restart docker
systemctl restart docker.service


many errors due to conflict bridge IP, find a private subnet that will not conflict

No comments:

Post a Comment