- Learn OpenShift
- Denis Zuev Artemii Kropachev Aleksey Usov
- 49字
- 2025-04-04 16:29:16
Starting and stopping containers
We can also stop and start running containers by running docker stop and docker start commands:
Enter the following command to stop the container:
$ docker stop 00f343906df3
00f343906df3
Enter the following command to start the container:
$ docker start 00f343906df3
00f343906df3