Docker
The theory
Learn the basics of how to use Docker and its capabilities, from exposing die container and then moving on and evolving to orchestration principles.
Util 1: A MongoDB container on Docker
To create a container inside our computer, we need an image to start from. In fact, the container is expressible as the instance of a source image.
All images to be made available to Docker users are stored within an online repository called Docker Hub.
GO TO CLASS