Skip to content

aniongithub/devcontainer-tools

Repository files navigation

devcontainer-tools

CI

devcontainer is a .NET Core global tool that creates and manages Visual Studio Code compatible Remote Containers for development. To install, type

sudo dotnet tool install --global devcontainer

in your terminal.

Here's an example that shows how to use the AWS template to develop on an AWS instance with you local source code mounted on the remote machine and pass-through user permissions (no more chowning files!)

Devcontainer AWS example

Here's another example that uses the SSH template in a local folder for live development on a Raspberry Pi

Devcontainer Raspberry Pi example

You can also use the template default to set up local development.

More information, templates and examples are coming!

About

Devcontainer is a CLI/.NET Core global tool that creates and manages Visual Studio Code compatible Remote Containers for development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published