Go to file
jason.zhu 7f663d61fb Modified/Created codes to enable python flask app in python container 2021-02-08 11:57:52 +11:00
c# Modified docker-compose.yaml to start c# container and build dotnet project (ignoring all bin and obj) 2021-02-08 11:30:04 +11:00
first-public-dockerhub-image First Dockerhub public image 2020-12-07 16:02:29 +11:00
golang Modified codes to enable golang app in golang docker 2021-02-08 11:40:44 +11:00
nodejs Modified/Created codes to enable nodejs app in nodejs container 2021-02-08 11:50:13 +11:00
python Modified/Created codes to enable python flask app in python container 2021-02-08 11:57:52 +11:00
.gitignore Added .gitignore file for each project 2021-02-08 10:09:12 +11:00
README.md Point reading material to Wiki 2021-02-08 11:28:50 +11:00
docker-compose.yaml Modified/Created codes to enable python flask app in python container 2021-02-08 11:57:52 +11:00

README.md

README

This repository is a playground for practising docker based programming following docker-development-youtube-series

Please refer to Wiki for detailed documentation.

Reference

VSCode official document contains many good information:

Blogs with good Docker related information: