https://pulumi.com logo
#general
Title
# general
n

nutritious-battery-42762

02/09/2022, 11:46 PM
Is there a guide for creating and deploying containers to gcp compute instances? I tried using the same image i was deploying to cloudrun but i get an error that the image cannot be found
q

quiet-wolf-18467

02/10/2022, 9:49 AM
Compute instances don't run containers, they're blank VMs (typically) that would need provisioned via the
userData
field to install a container runtime and fetch/run the images
3 Views