ci: Add docker and registry integration
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user