Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.81 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.81 KB

Continuous integration and delivery Continuous deployment

Podman Compose

Podman Compose lets you define and run multi-container Podman applications.
By configuring the services using YAML files, you can then manage them all with a single command.

Installing

With wget

MacOS (ARM64)

wget -q -O ~/.pctmp.zip github.com/aramean/go-podman-compose/releases/latest/download/podman-compose-darwin-arm64.zip && sudo unzip ~/.pctmp.zip -d /usr/local/bin && rm -f ~/.pctmp.zip

MacOS (AMD64)

wget -q -O ~/.pctmp.zip github.com/aramean/go-podman-compose/releases/latest/download/podman-compose-darwin-amd64.zip && sudo unzip ~/.pctmp.zip -d /usr/local/bin && rm -f ~/.pctmp.zip

Linux (AMD64)

wget -q -O ~/.pctmp.zip github.com/aramean/go-podman-compose/releases/latest/download/podman-compose-linux-amd64.zip && sudo unzip ~/.pctmp.zip -d /usr/local/bin && rm -f ~/.pctmp.zip

From source

To compile from source, simply run go build

NOTE: Make sure you have the latest version of Go installed on your machine.

Contributing

If you find an issue, please report it on the issue tracker.

Donating

If you'd like to donate to the project, click the button bellow.

Donate