This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
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.
No comments:
Post a Comment