Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kompiro/asdf-docker-compose-v1
asdf plugin for docker-compose v1
https://github.com/kompiro/asdf-docker-compose-v1
Last synced: 11 days ago
JSON representation
asdf plugin for docker-compose v1
- Host: GitHub
- URL: https://github.com/kompiro/asdf-docker-compose-v1
- Owner: kompiro
- License: other
- Created: 2021-09-07T04:39:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T15:55:58.000Z (over 2 years ago)
- Last Synced: 2023-04-12T20:30:48.260Z (over 1 year ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-docker-compose-v1 [![Build](https://github.com/kompiro/asdf-docker-compose-v1/actions/workflows/build.yml/badge.svg)](https://github.com/kompiro/asdf-docker-compose-v1/actions/workflows/build.yml) [![Lint](https://github.com/kompiro/asdf-docker-compose-v1/actions/workflows/lint.yml/badge.svg)](https://github.com/kompiro/asdf-docker-compose-v1/actions/workflows/lint.yml)
[asdf-docker-compose-v1](https://github.com/kompiro/asdf-docker-compose-v1) 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-v1
# or
asdf plugin add docker-compose-v1 https://github.com/kompiro/asdf-docker-compose-v1.git
```docker-compose-v1:
```shell
# 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](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/kompiro/asdf-docker-compose-v1/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Hiroki Kondo](https://github.com/kompiro/)