Skip to content

A project for creating a dev container that can be used with VS Code's remote development functionality

License

Notifications You must be signed in to change notification settings

cwiederspan/devcontainer

Repository files navigation

Dev Container

Build Dev Container

A project for creating a dev container that can be used with VS Code's remote development functionality.

Build Locally

docker build -t ateamsw/devcontainer:latest .

docker push ateamsw/devcontainer:latest

docker run -it --rm ateamsw/devcontainer:latest

Test Locally

docker build -t ateamsw/devcontainer:local .

docker run -it --rm ateamsw/devcontainer:local

GitHub Actions

This project uses GitHub Actions and the pipeline.yml file to build and push this image to Docker Hub.

Follow Up

Email [email protected] for more information on this container and scenarios for usage.

About

A project for creating a dev container that can be used with VS Code's remote development functionality

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published