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
- Host: GitHub
- URL: https://github.com/thedevstone/docker101
- Owner: thedevstone
- License: mit
- Created: 2022-11-02T09:40:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T10:02:29.000Z (over 2 years ago)
- Last Synced: 2025-01-23T03:14:39.824Z (5 months ago)
- Language: Python
- Size: 1.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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