https://github.com/perteghella/docker-fundamentals
Sample apps to learn Docker, Dockerfile and Docker Compose
https://github.com/perteghella/docker-fundamentals
docker docker-compose dockerfile learning-docker multi-container
Last synced: 29 days ago
JSON representation
Sample apps to learn Docker, Dockerfile and Docker Compose
- Host: GitHub
- URL: https://github.com/perteghella/docker-fundamentals
- Owner: Perteghella
- Created: 2021-03-29T19:30:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T18:17:16.000Z (over 2 years ago)
- Last Synced: 2025-05-20T05:13:01.468Z (about 1 year ago)
- Topics: docker, docker-compose, dockerfile, learning-docker, multi-container
- Language: Dockerfile
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Fundamentals
Sample examples for learning Docker, Dockerfile and Compose.
This files are used in my course DOC101-Docker-Fundamentals and DOC102-Docker-Advanced
## Single container
This folder contains the files to build a single-container web app (express, handlebars...)
## Multi-container
This folder contains the files to build a multi-container web app (Flask with Redis)