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....:)
Sunday, 19 May 2019
Docker: container vs image
An images
is a unit of software, that packages the code and all the dependencies
together. Whereas a container is a running image.
No comments:
Post a Comment