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

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

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)