Answers for "docker engine windows start on reboot"

6

docker run restart on boot

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

docker run restart always

$ docker run --restart=always redis
Posted by: Guest on July-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language