A simple CLI tool to run docker-compose at a specified location, without having to change directories again and again.
go.mod | ||
main.go | ||
README.md |
Simple compose runner
A simple docker compose runner in Go.
Building
go build
Usage
Run a compose in current directory
./compose-runner
Run a compose in current directory, verbose output
./compose-runner -v
Run a compose at specified location
./compose-runner /path/to/repo
Run a compose at specified location, verbose output
./compose-runner -v /path/to/repo