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
alert-restaurant-79151
06/09/2020, 12:18 PM
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: