https://pulumi.com logo
Title
b

broad-actor-99495

12/02/2021, 5:29 PM
on Windows, trying to follow the steps mentioned here in typescript: https://www.pulumi.com/registry/packages/docker/. Since I don't know how to configue TCP access to the docker daemon, I exposed it on tcp://localhost:2375 without TLS in the docker hub parameters. After running pulumi config set docker:host tcp://127.0.0.1:2375/ and setting the DOCKER_HOME envvar, I have the below error. any help?
Type                       Name                   Status                  Info
     pulumi:pulumi:Stack        xxxxxxxxxxxxxxxxx-dev  **failed**              1 error
 +   └─ docker:index:Container  ubuntu                 **creating failed**     1 error

Diagnostics:
  pulumi:pulumi:Stack (xxxxxxxxxxxxxxxxx-dev):
    error: update failed

  docker:index:Container (ubuntu):
    error: 1 error occurred:
        * container failed to be in running state
SO question related to docker: https://stackoverflow.com/questions/70199313/how-to-use-docker-host-error-during-connect