2023-10-05 23:24:27 +05:00
2023-10-05 23:58:26 +05:00

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

compose.yaml
compose.yml
docker-compose.yaml
docker-compose.yml
podman-compose.yaml
container-compose.yaml
container-compose.yml
Description
Container run time aiming to be 1:1 docker-compose replacement with more features.
Readme 54 KiB
Languages
Shell 100%