Sunday 19 May 2019

Docker: Container life cycle


When you run a container using the command ‘docker run {imageName}’ command, it starts new container. In this case, container is in running state. You can stop the container, whenever you want. So there are two states for the container.
a.   Running
b.   Stopped


Previous                                                 Next                                                 Home

No comments:

Post a Comment