Developing Dapr applications with remote dev containers
The Visual Studio Code Remote Containers extension lets you use a Docker container as a full-featured development environment without installing any additional frameworks or packages to your local filesystem.
Prerequisites
Create remote Dapr container
- In the command command palette () type and select
- Type to filter the list to available Dapr remote containers and choose the language container that matches your application. Note you may need to select
- Follow the prompts to rebuild your application in container.
Example
Watch this on how to use the Dapr VS Code Remote Containers with your application.