'how to create own vscode dev container
I want to run my go project with old Golang version 1.12 in VS Code container. But currently, no dev container with old go version is available in Microsoft docker registry. so how can I create my own docker container with given base Ubuntu version, old go version and other tool chains? And how should I push this new container in docker registry?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
