asdf-docker-compose-v1 [](https://github.com/kompiro/asdf-docker-compose-v1/actions/workflows/build.yml) [](https://github.com/yilas/asdf-docker-compose-v1/actions/workflows/lint.yml)
October 28, 2024 · View on GitHub
asdf-docker-compose-v1

asdf-docker-compose-v1 plugin for the asdf version manager.
Contents
Dependencies
bash,curl,tar: generic POSIX utilities.SOME_ENV_VAR: set this environment variable in your shell config to load the correct version of tool x.
Install
Plugin:
asdf plugin add docker-compose-v1
# or
asdf plugin add docker-compose-v1 https://github.com/yilas/asdf-docker-compose-v1.git
docker-compose-v1:
# Show all installable versions
asdf list-all docker-compose-v1
# Install specific version
asdf install docker-compose-v1 latest
# Set a version globally (on your ~/.tool-versions file)
asdf global docker-compose-v1 latest
# Now docker-compose-v1 commands are available
docker-compose version
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!