Archive:

Month: October 2024


Restart docker failed on docker0 network interface

By: | Post date: October 8, 2024 | 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.