For which language? There are language-specific Docker containers, and the main non-specific Docker container. Afaik all the necessary tools are in them. I use the nodejs one and everything I need is there.
little-cartoon-10569
06/28/2020, 10:37 PM
FROM pulumi/pulumi-nodejs:2.5.0
is what I'm using.
pulumi/pulumi
is the multi-language one.
g
gentle-diamond-70147
06/29/2020, 6:59 PM
We just published a blog post last week about the Docker images that we publish that can help you get started - https://www.pulumi.com/blog/introducing-new-docker-images/.
They're generally meant for automation in a CD tool, but you can run those interactively - e.g.
docker run -it --entrypoint /bin/bash pulumi/pulumi-nodejs:2.5.0
. Or one of the other ones for Go, Python, etc.
l
little-cartoon-10569
06/29/2020, 8:35 PM
They're great for interactive use. I finally sorted the last of the issues with mine: I can now run VSCode in WSL2 and debug my Pulumi apps running in a container built from pulumi/pulumi-nodejs. I don't have node or npm installed on my machine... 😍
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.