1.5 KiB
1.5 KiB
README
This repository is a playground for practising docker based programming following docker-development-youtube-series
- Topic 1: Working with Dockerfiles (.NET, Golang, Python, NodeJS)
- Topic 2: Working with code (.NET, Golang, Python, NodeJS)
- Topic 3: Multistage & Layers
Reference
VSCode official document contains many good information:
- Developing inside a Container
- devcontainer.json file used to tell VSCode how to access a development container
- Tutorial: Remote development in Container
- ASP.NET Core in a container describe how to create ASP.NET container from local environment (not recommended for docker-based development)
- Container tips for docker development (like remote)
- Adding extension to devcontainer.json
Blogs with good Docker related information: