https://github.com/delner/docker-training
Docker tutorials and exercises for beginners.
https://github.com/delner/docker-training
docker
Last synced: about 1 year ago
JSON representation
Docker tutorials and exercises for beginners.
- Host: GitHub
- URL: https://github.com/delner/docker-training
- Owner: delner
- Created: 2017-04-14T19:02:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T15:56:50.000Z (over 3 years ago)
- Last Synced: 2025-04-25T04:12:26.079Z (about 1 year ago)
- Topics: docker
- Language: HTML
- Size: 28.3 KB
- Stars: 53
- Watchers: 2
- Forks: 54
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Training
An introduction to the basics of using Docker.
### Before you get started...
1. [Install Docker on your machine.](https://docs.docker.com/engine/installation/)
2. [Clone this repo locally.](https://github.com/delner/docker-training)
### After you're setup...
Follow the [presentation](https://1drv.ms/p/s!AoPSUV0rpt0Ajz1yfx_QLRBjmeqi), and open up each exercise when prompted.
### Basic Exercises
1. [Running and managing Docker containers and images](https://github.com/delner/docker-training/blob/master/exercises/basic/1-running_containers/README.md)
2. [Changing images](https://github.com/delner/docker-training/blob/master/exercises/basic/2-changing_images/README.md)
3. [Building your own images](https://github.com/delner/docker-training/blob/master/exercises/basic/3-building_images/README.md)
4. [Sharing images](https://github.com/delner/docker-training/blob/master/exercises/basic/4-sharing_images/README.md)
5. [Volumes](https://github.com/delner/docker-training/blob/master/exercises/basic/5-volumes/README.md)
6. [Networking](https://github.com/delner/docker-training/blob/master/exercises/basic/6-networking/README.md)
### Docker Compose
1. Basics
### Dockerization Exercises
1. Rails + Database application