8 lines
223 B
Markdown
8 lines
223 B
Markdown
# 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
|
|
|