Skip to content

ths83/pulumi-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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