Skip to content

Sample apps to learn Docker, Dockerfile and Docker Compose

Notifications You must be signed in to change notification settings

Perteghella/docker-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)