A simple CLI tool to run docker-compose at a specified location, without having to change directories again and again.
Go to file
2024-06-04 09:18:51 +07:00
go.mod Implement main function 2024-06-01 18:03:55 +07:00
main.go Change behaviour of 1-arg and 3-arg commands 2024-06-04 09:10:46 +07:00
README.md Update README 2024-06-04 09:18:51 +07:00

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