Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
c
clever-whale-30088
09/08/2021, 5:07 PM
HI, I saw that Google Compute Engine has the option to launch a docker image in Compute Instances, but I didn't found any argument to pass the container image in pulumi documentation:
https://www.pulumi.com/docs/reference/pkg/gcp/compute/instance/
But I saw that the nootbook instance support it:
https://www.pulumi.com/docs/reference/pkg/gcp/notebooks/instance/
Is there any way to use containers in compute instances using pulumi?
s
swift-intern-18856
09/08/2021, 10:07 PM
According to this:
https://cloud.google.com/compute/docs/containers/deploying-containers
you'd use metadata in combination with a container optimized vm image to run the container.
c
clever-whale-30088
09/09/2021, 1:44 PM
Thank you, I will try it
Post