yilas / asdf-docker-compose-v1

asdf plugin for docker-compose v1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-docker-compose-v1 Build Lint

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!

License

See LICENSE © Yann ILAS

About

asdf plugin for docker-compose v1

License:Other


Languages

Language:Shell 100.0%