An open API service indexing awesome lists of open source software.

https://github.com/alyyousuf7/docker-workshop

Getting started with Docker
https://github.com/alyyousuf7/docker-workshop

docker docker-workshop lesson

Last synced: 5 months ago
JSON representation

Getting started with Docker

Awesome Lists containing this project

README

          

# 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](/lesson-1)
2. [Spin up a container (Hello World)](/lesson-2)
3. [Registry](/lesson-3)
4. [Images](/lesson-4)
5. [Working inside a container](/lesson-5)
6. [Use Dockerfile to create an image](/lesson-6)
7. [Mounting port and volume (NGINX)](/lesson-7)
8. [Use containers to compile 3rd-party tools](/lesson-8)
9. [Attach contains to a network](/lesson-9)
10. [Use Docker Compose to deploy containers](/lesson-10)