Answers for "docker how to reboot a container"

4

docker restart container

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

docker why my container start on reboot

docker update --restart=no $(docker ps -a -q)
Posted by: Guest on January-11-2021

Code answers related to "docker how to reboot a container"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language