docker-workshop
docker-workshop copied to clipboard
Getting started with Docker
Docker Workshop
The purpose of this workshop is to help people getting started with Docker. There are a few lessons in this repository which will teach you different concepts in Docker.
Lessons
- Install Docker
- Spin up a container (Hello World)
- Registry
- Images
- Working inside a container
- Use Dockerfile to create an image
- Mounting port and volume (NGINX)
- Use containers to compile 3rd-party tools
- Attach contains to a network
- Use Docker Compose to deploy containers