Answers for "how to start docker custom service automatically after reboot"

6

docker run restart on boot

$ docker run -d --restart unless-stopped <image>
Posted by: Guest on June-26-2020
0

docker how to restart container at coputer startup

docker run -d --restart unless-stopped -p27017:27017 mongo
Posted by: Guest on October-12-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language