sparse-intern-71089
03/10/2022, 4:48 PMbillowy-army-68599
pip install pulumi_docker
should bring in the binarybillowy-army-68599
pulumi plugin install
in rare circumstancesbillowy-army-68599
billowy-army-68599
setup.py
for pulumi-docker, it runs it for you: https://github.com/pulumi/pulumi-docker/blob/master/sdk/python/setup.py#L14-L29agreeable-king-2755
03/10/2022, 4:58 PMagreeable-king-2755
03/10/2022, 5:05 PMpulumi plugin install package docker
...and it detects that you're using Python, and does the pip install
for you. (basically inverted from before)
If not, I can open a ticket for this.
It feels cleaner, as you're just using the CLI, and not any of the language-specific tools.
EDIT: let's see how this goes 🙂 https://github.com/pulumi/pulumi/issues/9174billowy-army-68599