Restart docker failed on docker0 network interface

By: | Comments: No Comments

Posted in categories: Computer Tips, Work related

Sometimes when you attempt to restart docker.service, it fails on cannot restart docker0 network interface.

In this case, you can simple do

ifdown docker0

Then you can start docker.service again.

Be the first to comment!

Leave a Reply