Managing docker container – understanding in depth

Docker container is another important concept. You have learned docker image in depth.   A container is a runnable instance of an image. Containers are a group of applications that run independently in isolation. Example a single container can be built with centos7 + jdk + tomcat + web-app. The isolated environment where it runs is known as docker runtime. [Read More]