- Containers in OpenStack
- Pradeep Kumar Singh Madhuri Kumari
- 34字
- 2021-07-02 21:17:25
Starting containers
You can start a stopped container using the following:
$ sudo docker start hello_world
Similarly, you can use commands such as stop, pause, unpause, reboot, restart, and so on to operate containers.