https://github.com/andersinno/docker-training
Docker training material
https://github.com/andersinno/docker-training
Last synced: 3 months ago
JSON representation
Docker training material
- Host: GitHub
- URL: https://github.com/andersinno/docker-training
- Owner: andersinno
- Created: 2020-02-10T13:07:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:17:41.000Z (about 3 years ago)
- Last Synced: 2025-01-19T07:25:10.243Z (over 1 year ago)
- Language: HTML
- Size: 66.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn docker by example
## Using the Docker CLI
- [01 - Hello World](01-HelloWorld/README.md)
- [02 - Interactive Ubuntu Bash](02-UbuntuBash/README.md)
- [03 - Exposing Nginx](03-Nginx/README.md)
- [04 - Mounting Files to Nginx](04-MountingFilesNginx/README.md)
- [05 - Creating Networks](05-CreatingNetworks/README.md)
- [06 - Persistent Storage](06-PersistentStorage/README.md)
- [07 - Cleanup](07-Cleanup/README.md)
## Using docker-compose
- [11 - Hello World with Compose](11-HelloWorldWithCompose/README.md)
- [12 - Nginx and Volumes](12-NginxAndVolumes/README.md)
- [13 - Adminer and MySQL](13-AdminerAndMySQL/README.md)
- [14 - Redmine with Persistent Storage](14-RedmineWithPersistentStorage/README.md)
## Building container images
- [21 - Building a Hello World Container](21-BuildingHelloWorldContainer/README.md)
- [22 - Python Script Container](22-PythonScriptContainer/README.md)
- [23 - Installing Requirements](23-InstallingRequirements/README.md)
- [24 - Building with Docker Compose](24-BuildingWithDockerCompose/README.md)
## Practical examples
- [31 - Containerizing a RealWorld Example App](31-RealWorldExample/README.md)