16 lines
409 B
Markdown
16 lines
409 B
Markdown
# container-compose
|
|
|
|
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.
|
|
|
|
|
|
This script checks if current dir has one of these files, in this oder
|
|
```text
|
|
compose.yaml
|
|
compose.yml
|
|
docker-compose.yaml
|
|
docker-compose.yml
|
|
podman-compose.yaml
|
|
container-compose.yaml
|
|
container-compose.yml
|
|
```
|