https://github.com/stephrobert/asdf-docker-compose
https://github.com/stephrobert/asdf-docker-compose
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephrobert/asdf-docker-compose
- Owner: stephrobert
- License: other
- Created: 2022-02-15T15:36:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T16:48:23.000Z (over 4 years ago)
- Last Synced: 2025-02-07T14:17:24.825Z (over 1 year ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-docker-compose [](https://github.com/stephrobert/asdf-docker-compose/actions/workflows/build.yml) [](https://github.com/stephrobert/asdf-docker-compose/actions/workflows/lint.yml)
[docker-compose](https://docs.docker.com/compose/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)
# 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:
```shell
asdf plugin add docker-compose
# or
asdf plugin add docker-compose https://github.com/stephrobert/asdf-docker-compose.git
```
docker-compose:
```shell
# Show all installable versions
asdf list-all docker-compose
# Install specific version
asdf install docker-compose latest
# Set a version globally (on your ~/.tool-versions file)
asdf global docker-compose latest
# Now docker-compose commands are available
docker-compose --help
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/stephrobert/asdf-docker-compose/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Stephane ROBERT](https://github.com/stephrobert/)