Skip to content

yilas/asdf-docker-compose-v1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%