I guess this is the way ```const container = new d...
# general
f
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.