Sign inSign up

gists/docker-compose-bin

By gists

Updated over 5 years ago

[unofficial] Generate native docker-compose binary file, building from source code.

Image
11

100K+

gists/docker-compose-bin repository overview

docker-compose binary file

Fork from https://github.com/ubiquiti/docker-compose-aarch64

This repository contains helpers to build a docker-compose binary file for other platform (e.g. arm). Because, docker-compose releases don't include any arm binary files currently.

Build images with GitHub actions.

Support architectures: i386, amd64, arm32v6, arm32v7, arm64v8

Get binary docker-compose on your current platform

docker run --rm -v /usr/local/bin:/dist gists/docker-compose-bin:latest && docker rmi gists/docker-compose-bin:latest

You may need sudo to run. It will download latest image, and run it to generate the binary docker-compose to /usr/local/bin.

Tag summary

Content type

Image

Digest

Size

19.2 MB

Last updated

over 5 years ago

docker pull gists/docker-compose-bin