I use Pulumi as the IaC tool in my project. I use it to spin up local dev envs as well as staging/production. For local envs, I use Pulumi TypeScript and the @pulumi/docker 4.7.0 package. When I try to execute pulumi up
in the Codex Setup Script, I get a Docker error:
error: Docker native provider returned an unexpected error from Configure: failed to connect to any docker daemon
Before I spend time trying to make this work, would love to know if using Pulumi to spin up my local Docker environment is going to work or not with Codex. Perhaps it’s not supported, or I’m trying to make Codex do something it’s not designed for.
Appreciate any help. Thanks.