https://pulumi.com logo
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