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
No comments:
Post a Comment