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

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

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)