Docker is a containerization platform for building applications and services based on containers. All in all a container contains an application with all it’s dependencies and can be easily shared between different users, locations, and systems. A Dockerfile is a text-based file used to define the commands a user would call on the command line to build an image.
Table of contents
Introduction to Docker — Part 1IntroductionContainer vs. Virtual MachineComponents of DockerImage LayeringSort: