DEV Community

Bobby Iliev
Bobby Iliev

Posted on • Originally published at digitalocean.com

[VIDEO] How to Start Docker Containers Automatically After a Host Reboot?

Recently one of my servers crashed and after the reboot, none of my Docker containers started.

So I had to manually check each container and start the ones that were required.

That is when I realized that I should implement a restart policy to control whether a container starts automatically or not.

Here’s what I had to do:

Post: How to Start Docker Containers Automatically After a Reboot?

Top comments (0)