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 10:09:12 +07:00
go.mod Implement main function 2024-06-01 18:03:55 +07:00
main.go Separate ExecSystem into ExecSystemFull and ExecSystenErr 2024-06-04 10:07:58 +07:00
README.md update README 2024-06-04 10:09:12 +07:00

Simple compose runner

A simple docker compose runner in Go.

Building

go build

Usage

Run a compose in current directory

./main

Run a compose in current directory, verbose output

./main -v

Run a compose at specified location

./main /path/to/repo

Run a compose at specified location, verbose output

./main -v /path/to/repo