Answers for "docker --restart example"

4

docker run restart on boot

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

docker --restart example

# To limit retart attempt, add [:int]
docker run -d --restart=on-failure:3
Posted by: Guest on January-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language