docker-based-development-guide/README.md

7 lines
449 B
Markdown
Raw Normal View History

2020-12-07 14:11:07 +11:00
# README
2020-12-07 16:02:29 +11:00
This repository is a playground for practising docker based programming following [docker-development-youtube-series](https://github.com/marcel-dempers/docker-development-youtube-series)
* Topic 1: [Working with Dockerfiles (.NET, Golang, Python, NodeJS)](docs/working_with_dockerfiles.md)
2020-12-08 13:54:06 +11:00
* Topic 2: [Working with code (.NET, Golang, Python, NodeJS)](docs/working_with_code.md)
* Topic 3: [Multistage & Layers](docs/multistage_layers.md)