Answers for "docker run restart always"

1

docker run restart always

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

docker run restart on boot

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language