ci: Add docker and registry integration

This commit is contained in:
2024-07-21 22:07:01 +03:00
parent 349e4d43be
commit 10295e2f21
3 changed files with 56 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# s3-mirror
Full mirroring between two s3-targets with redundant files removing.
Full mirroring between two s3-targets with redundant files removing.
## Example with Docker
```
docker build . -t s3-mirror
podman run -v ~/.mcli/config.json:/root/.mc/config.json:ro --rm s3-mirror
```