diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..697f459 --- /dev/null +++ b/README.MD @@ -0,0 +1,7 @@ +# repomirror + +Right now there's only `rpm` repository mirroring container. `deb` will be added later based on `ubuntu`. + + docker build -t rpmmirror:latest . + docker run -v "$(pwd)/mirror_data":/data rpmmirror:latest +