Lab: Docker101
Last updated
Last updated
Series of labs and instructions to introduce you to containers and Docker. Learn to run a container, inspect a container and understand the isolation of processes, create a Dockerfile, build an image from a Dockerfile and understand layers, tag and push images to a registry, scale and update containers, and more.
This series has an additional presentation.
For this workshop you must have:
Docker CLI,
Docker Engine,
Docker Registry account,
This workshop has been tested on the following platforms:
Docker Desktop: v2.2.0.5
Engine: v19.03.8
Compose: v1.25.4
Pre-work
Run your first container
Add value with custom images
Scale and update containers