Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 392 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 392 Bytes

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)