Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virtualstaticvoid/asdf-docker-compose
docker-compose plugin for asdf version manager
https://github.com/virtualstaticvoid/asdf-docker-compose
asdf asdf-plugin docker docker-compose
Last synced: 3 months ago
JSON representation
docker-compose plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/virtualstaticvoid/asdf-docker-compose
- Owner: virtualstaticvoid
- License: mit
- Created: 2018-03-27T11:01:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-28T12:06:22.000Z (about 1 year ago)
- Last Synced: 2024-06-11T13:43:32.511Z (5 months ago)
- Topics: asdf, asdf-plugin, docker, docker-compose
- Language: Shell
- Size: 22.5 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - virtualstaticvoid/asdf-docker-compose - docker-compose plugin for asdf version manager (Shell)
README
# asdf-docker-compose
[![Main Workflow](https://github.com/virtualstaticvoid/asdf-docker-compose/actions/workflows/workflow.yml/badge.svg)](https://github.com/virtualstaticvoid/asdf-docker-compose/actions/workflows/workflow.yml)
[`docker-compose`][util] plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
## v2+ NOT SUPPORTED
Please note that `docker-compose` version 2 and upwards is _not supported_ with this plugin.
> `docker-compose` has been completely rewriten from scratch in Golang (V1 was in Python).
> The installation instructions for Compose V2 differ from V1.
> V2 is not a standalone binary anymore and installation scripts will have to be adjusted.See the [About update and backward compatibility][update] and [Where to get Docker Compose][install]
pages of the docker-compose repository for further details.## Install
```
asdf plugin-add docker-compose https://github.com/virtualstaticvoid/asdf-docker-compose.git
```## Use
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions of docker-compose.
[install]: https://github.com/docker/compose#where-to-get-docker-compose
[update]: https://github.com/docker/compose#about-update-and-backward-compatibility
[util]: https://docs.docker.com/compose