Answers for "docker restart container"

CSS
1

docker restart

sudo systemctl restart docker
Posted by: Guest on April-21-2021
4

docker run restart on boot

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

docker restart container

docker restart CONTAINER_ID
Posted by: Guest on March-15-2021
0

docker --restart example

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

Browse Popular Code Answers by Language