docker-workshop icon indicating copy to clipboard operation
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

  1. Install Docker
  2. Spin up a container (Hello World)
  3. Registry
  4. Images
  5. Working inside a container
  6. Use Dockerfile to create an image
  7. Mounting port and volume (NGINX)
  8. Use containers to compile 3rd-party tools
  9. Attach contains to a network
  10. Use Docker Compose to deploy containers