Go to file
jason.zhu 6c3c33d3ef Fixed wrong dockerfile for nodejs and python 2021-02-08 15:04:13 +11:00
c# Modified Dockerfiles for different project as multistage containers 2021-02-08 13:43:09 +11:00
first-public-dockerhub-image First Dockerhub public image 2020-12-07 16:02:29 +11:00
golang Modified Dockerfiles for different project as multistage containers 2021-02-08 13:43:09 +11:00
nodejs Fixed wrong dockerfile for nodejs and python 2021-02-08 15:04:13 +11:00
python Fixed wrong dockerfile for nodejs and python 2021-02-08 15:04:13 +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.debug.yaml 1. Modified docker-compose.yaml to make it as compose file for prod containers 2021-02-08 13:48:57 +11:00
docker-compose.yaml 1. Modified docker-compose.yaml to make it as compose file for prod containers 2021-02-08 13:48:57 +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: