Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ubiquiti/docker-compose-aarch64
generate a docker-compose binary for aarch64 / arm64
https://github.com/ubiquiti/docker-compose-aarch64
Last synced: 3 months ago
JSON representation
generate a docker-compose binary for aarch64 / arm64
- Host: GitHub
- URL: https://github.com/ubiquiti/docker-compose-aarch64
- Owner: ubiquiti
- Created: 2018-05-11T14:57:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T21:53:00.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T12:21:16.869Z (6 months ago)
- Language: Dockerfile
- Size: 1.69 MB
- Stars: 113
- Watchers: 9
- Forks: 56
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - ubiquiti/docker-compose-aarch64 - generate a docker-compose binary for aarch64 / arm64 (others)
README
# docker-compose binaries for aarch64
This repository contains helpers to build a docker-compose binary for aarch64/arm64. This project exists because, currently, docker-compose [releases](https://github.com/docker/compose/releases) do not include an aarch64 binary.
## To build
You may wish to edit the docker-compose version inside the Dockerfile. Then:
```bash
docker build . -t docker-compose-aarch64-builder
docker run --rm -v "$(pwd)":/dist docker-compose-aarch64-builder
# this will generate a `docker-compose-Linux-aarch64` in "$(pwd)"
```