HI, I saw that Google Compute Engine has the optio...
# general
c
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
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
Thank you, I will try it