An open API service indexing awesome lists of open source software.

https://github.com/kndndrj/conductor

Manage docker-compose files for different projects with ease
https://github.com/kndndrj/conductor

Last synced: 7 months ago
JSON representation

Manage docker-compose files for different projects with ease

Awesome Lists containing this project

README

          

# Conductor

A single-file shell script to manage multiple docker-compose manifests.

## Usage

- Clone the repo (or download the script)
- Run `./conductor --help`
- Optionally, move the script to a directory in your `$PATH`
- Enjoy

NOTE: I tried to make this script as POSIX-compliant as possible, but I only tested it on macos.