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 chown
ing files!)
Here's another example that uses the SSH template in a local folder for live development on a Raspberry Pi
You can also use the template default
to set up local development.
More information, templates and examples are coming!