some info

This commit is contained in:
Shihaam Abdul Rahman 2023-10-08 01:31:19 +05:00
parent 6a36e6870f
commit bbbfdf07de
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -1,6 +1,11 @@
# container-compose
An implementation of [Compose Spec](https://compose-spec.io/) with support for [Podman](https://podman.io/) and [Docker](https://www.docker.com/) backend.
This project focuses on:
neither docker-compose or podman-compose supports building multi arch images and push them to registrar. this is a bash script to attempt to fix it and add support for it.
* Multiarch container build and push to regitrar
# Selecting backend engine:
- Pass `--engine=docker` or `--engine=podman` as first argument or it will use select engine based on compose file name `docker` if `docker-compose.yaml` or `docker-compose.yml` and podman if `podman-compose.yaml` or `podman-compose.yml`.
### Spec to follow
[https://github.com/compose-spec/compose-spec/blob/master/spec.md#compose-file](https://github.com/compose-spec/compose-spec/blob/master/spec.md#compose-file)