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
- Host: GitHub
- URL: https://github.com/kndndrj/conductor
- Owner: kndndrj
- License: apache-2.0
- Created: 2023-09-25T11:26:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T05:09:46.000Z (about 1 year ago)
- Last Synced: 2025-01-08T03:09:54.863Z (9 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`
- EnjoyNOTE: I tried to make this script as POSIX-compliant as possible, but I only tested it on macos.