container-compose/README.md

24 lines
738 B
Markdown
Raw Normal View History

2023-10-05 23:24:27 +05:00
# container-compose
2023-10-05 23:58:26 +05:00
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
2023-10-06 00:33:12 +05:00
podman-compose.yml
2023-10-05 23:58:26 +05:00
container-compose.yaml
container-compose.yml
```
2023-10-08 00:52:02 +05:00
# Install system-wide
**WARNING: DO NOT RUN RANDOM COMMANDS OFF THE INTERNET LIKE THIS, READ WHAT IT DOES AND RUN ONLY IF YOU CAN TRUST IT!**
*anyway..*
```
v/shihaam/container-compose/raw/branch/main/container-compose -o /usr/local/bin/container-compose && sudo chmod +x /usr/local/bin/container-compose
```