====================================================================
Subscribe : / @dgruploads
====================================================================
In this session, we will look at an introduction to Docker containers and understand what is a Docker container.
Docker container is created from an image. Docker container is the running instance of a Docker image. Docker container will contain a package of our application which will container everything needed to run the application like the application code, system tools, libraries and settings that will help the application to run as a container.