devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
373 stars 44 forks source link

Add docker-compose #130

Closed sokraflex closed 2 years ago

leucos commented 3 years ago

Hey @sokraflex Thanks for the PR, but last time I tried docker-compose, it did not work. Python does weird tricks when code is packages as an executable and it messes up binenv.

Did you try it ?

sokraflex commented 3 years ago

Hey @leucos No, but thanks for the hint, I'll try it out. Could you point me towards a documentation, or explain in short, how I can insert the new bin to my local environment for testing? I don't see a distributions.yml in the ~/.binenv directory...

leucos commented 3 years ago

Sure. You can cp distributions/distributions.yml ~/.config/binenv/ , then binenv update -f docker-compose and then binenv install docker-compose

If it fails, you should be able to binenv uninstall docker-compose

leucos commented 2 years ago

any progress @sokraflex ? I guess we're going to close this one for now. I'll reopen if you have good news.