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
- Host: GitHub
- URL: https://github.com/alyyousuf7/docker-workshop
- Owner: alyyousuf7
- Created: 2018-05-10T14:54:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T13:04:42.000Z (over 7 years ago)
- Last Synced: 2025-04-01T14:56:47.739Z (6 months ago)
- Topics: docker, docker-workshop, lesson
- Homepage:
- Size: 10.7 KB
- Stars: 19
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)