This Workshop is build to introduce you to containers and Docker.
- Learn to run a container
- Inspect a container
- Understand the isolation of processes
- Create a Dockerfile
- Build an image from a Dockerfile
- Understand layers
- Tag and push images to a registry
- Scale and update containers, and more
In this workshop, you will learn:
- How to create an account on Docker Hub
- Run your first container
- Add value with custom images & settings
- Manage data in containers
This workshop is made of a collection of practical examples aimed to provide you with hands-on experience with Docker. All exercises are contained in the labs folder of this repository.
-
You should previous register your docker hub account at Signup
-
Docker Desktop installed on your machine Get Docker
-
Docker Playground access with your docker hub account Play with Docker
-
Validate Docker CLI execution
-
Validate Docker Compose execution Reference
-
Basic proficiency with command-line tools and macOS/Linux operating system environments.
-
The Docker CLI (you can find the usage instructions Reference
-
To save time, please download Docker and validate all access required before the workshop.
docker docker --version