Using VSCode DevContainers with Dapr – Can't run Dapr Init within postStartCommand because Docker Runtime is not available
I am trying to setup a DevContainer for Dapr to make dev environment setup easy. I would like to run Dapr Init automatically so that there are no manual steps needed to run services. I put "dapr init" in the…