docker start Start one or more containers that have been stopped
docker stop Stop a running container
docker restart Restart the container Start the stopped container myrunoob Stop the running container myrunoob Restart container myrunoob 2.31.1. Grammar ¶
docker start [OPTIONS] CONTAINER [CONTAINER...]
docker stop [OPTIONS] CONTAINER [CONTAINER...]
docker restart [OPTIONS] CONTAINER [CONTAINER...]
2.31.2. Example ¶
docker start myrunoob
docker stop myrunoob
docker restart myrunoob