This message was deleted.
# general
s
This message was deleted.
v
I followed the guide here: https://www.pulumi.com/blog/pulumi-and-docker-development-to-production/ But where I stumbled was the re-deploy after changes in local container step.
h
I don't use pulumi to build or manage my docker containers. Instead, the container image is an input to my deployment scripts, and I use pulumi to create ECS services using those containers. I don't use pulumi at all for local development.
a
Its common with Nix to manage your docker containers or any linux containers in a declarative method as you describe, so there are people subscribing to this workflow. If you cant find any articles on it for pulumi, maybe write some and let others in on your awesome workflow c: