https://github.com/kornicameister/docker-compose-extra
Extends capabilities of docker-compose with extra commands
https://github.com/kornicameister/docker-compose-extra
cli command-line containers docker docker-compose enhancement extra
Last synced: 8 months ago
JSON representation
Extends capabilities of docker-compose with extra commands
- Host: GitHub
- URL: https://github.com/kornicameister/docker-compose-extra
- Owner: kornicameister
- License: apache-2.0
- Created: 2020-05-05T08:47:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T08:44:22.000Z (over 5 years ago)
- Last Synced: 2025-01-12T15:22:57.627Z (9 months ago)
- Topics: cli, command-line, containers, docker, docker-compose, enhancement, extra
- Language: Shell
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# docker-compose-extra
Extends capabilities of docker-compose with extra commands## Installation
### Via script
```sh
curl -sSL https://git.io/JfZgU | sudo bash /dev/stdin
```Following method can be customized by setting following enviornmental variables:
- `CLONE_URL` - a url from which to install, might be useful for forks
- `CLONE_DEPTH` - how many commits to fetch, equivalent of `--depth` of `git clone`
- `CLONE_BRANCH`- change if you wish to clone from different branch### Via checkout
```sh
git clone https://github.com/kornicameister/docker-compose-extra.git --depth 1
cd docker-compose-extra
sudo make install
```### Customizing
All methods can be customized via setting one or more of following environmntal variables:
- `PREFIX` - where to put binaries, for instance to install under `${HOME}` directory one can do:
`make install PREFIX=$HOME/.local`