Basics of docker
Docker is a platform for developing, shipping, and running applications inside containers. Containers allow a developer to package up an application with all parts it needs, such as libraries and other dependencies, and ship it all out as one package. This makes it easy to deploy and run the application on any machine that has Docker installed. This helps deal with the famous problem of “It works on my machine”.
- Understanding the Basics of Docker
- Devloping Apps inside Containers
- An excellent video Explaining Docker
This post is licensed under
CC BY 4.0
by the author.