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

https://github.com/thedevstone/docker101

Docker from zero to hero
https://github.com/thedevstone/docker101

Last synced: 3 months ago
JSON representation

Docker from zero to hero

Awesome Lists containing this project

README

        

# Docker 101
## Docker from zero to hero
---

The repo is structured in an incremental approach to docker and it follows slides sections.
Scripts showed in slides are also present in `scripts` folders.
## Docker - Intro
- Theory behind Docker and virtualization
- Docker basic commands
- Containers' lifecycle commands

## Docker - Dockerfile
- Docker images
- The Dockerfile structure
- Main dockerfile commands
- 1 REST API (Flask) example

## Docker - Docker Compose
- Why composing images
- The Docker compose structure
- Main docker-compose commands
- 1 REST API (Flask) example