aec7dcdfc7cd3b5a09f3f35f54b979f6e7405d58
repomirror
Right now there's only rpm repository mirroring container. deb will be added later based on ubuntu.
docker build -t rpmmirror:latest -f Dockerfile.rpm .
docker run -v "$(pwd)/data/rpm":/data rpmmirror:latest
Here is the deb container version:
docker build -t debmirror:latest -f Dockerfile.deb .
docker run -v "$(pwd)/data/deb":/data debmirror:latest
Description
Languages
HTML
100%