LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
55 stars 6 forks source link

[virtualization][containers] Always restart container #1130

Open LukeShortCloud opened 3 months ago

LukeShortCloud commented 3 months ago

New container:

$  sudo docker run --restart=always

Existing container:

$ sudo docker update --restart=always <CONTAINER_ID>

https://stackoverflow.com/questions/30449313/how-do-i-make-a-docker-container-start-automatically-on-system-boot