Answers for "docker stop restart container"

8

docker restart

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

docker restart

$ sudo systemctl restart docker.socket docker.service
$ docker rm {container_id}
Posted by: Guest on April-25-2022
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 "docker stop restart container"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language