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

    1. In the command command palette () type and select
    2. 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
      Screenshot of adding a Dapr container
    3. 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.