https://pulumi.com logo
f

flat-insurance-25294

05/27/2020, 11:27 AM
I guess this is the way
Copy code
const container = new docker.Container("frontend", {
    image: ???,
});
But https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/docker/#Container doesn’t indicate anything we can do.