A project for creating a dev container that can be used with VS Code's remote development functionality.
docker build -t ateamsw/devcontainer:latest .
docker push ateamsw/devcontainer:latest
docker run -it --rm ateamsw/devcontainer:latest
docker build -t ateamsw/devcontainer:local .
docker run -it --rm ateamsw/devcontainer:local
This project uses GitHub Actions and the pipeline.yml
file to build and push
this image to Docker Hub.
Email chwieder@microsoft.com for more information on this container and scenarios for usage.