Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 851 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 851 Bytes

pulumi-tutorials

Tutorials from https://www.pulumi.com/learn

Prerequisites

NOTE: If using an OSX with the M1 chip, please refer to Docker on OSX M1.

Docker on OSX M1

Using https://github.com/abiosoft/colima, you must update the pulumi docker host before running any command.

# Start Colima
colima start

# List docker context
docker context ls

# Copy/paste docker endpoint from colima context and set pulumi docker host
pulumi config set docker:host "unix://${HOME}/.colima/docker.sock"

See https://www.pulumi.com/registry/packages/docker/installation-configuration/#configuring-the-provider