some info
This commit is contained in:
parent
6a36e6870f
commit
bbbfdf07de
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user