Update README.md

This commit is contained in:
Marcel Dempers 2019-08-04 21:18:28 +10:00 committed by GitHub
parent a7e24785c7
commit c42c5f9c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,16 @@ Hi!
This is the source code for the YouTube series covering docker-based development workflows.
Part #1: https://youtu.be/wyjNpxLRmLg <br/>
Part #1: The Dockerfiles (.NET, Golang, Python, NodeJS) <br/>
Video: https://youtu.be/wyjNpxLRmLg <br/>
Source code for Part #1: https://github.com/marcel-dempers/docker-development-youtube-series/tree/part1
Part #2: https://youtu.be/EdmKENqnQUw <br/>
Part #2: The code (.NET, Golang, Python, NodeJS) <br/>
Video: https://youtu.be/EdmKENqnQUw <br/>
Source code for Part #2 https://github.com/marcel-dempers/docker-development-youtube-series/tree/part2
Part #3: https://youtu.be/2lQ7WrwpZfI <br/>
Part #3: Docker Multistage explained <br/>
Video: https://youtu.be/2lQ7WrwpZfI <br/>
Source code for Part #2 https://github.com/marcel-dempers/docker-development-youtube-series/tree/part3
Part #4: Debugging Golang code in Docker <br/>