Using Docker to construct your APT(Advanced Packaging Tools) mirror HTTP server
100K+
Using Docker to construct your APT(Advanced Packaging Tools) mirror HTTP server.
docker run -d \
-v /path/data:/var/spool/apt-mirror \
-p 8080:80 seterrychen/apt-mirror-http-server
-v /path/data: the path which you want to store data-v /path/your/mirror.list:/etc/apt/mirror.list: to replace Ubuntu default mirror.list-e RESYNC_PERIOD=timeout-value: to set the resync period, default is 12 hours. To set the TIMEOUT format descriptionMIRROR_URLTIMEOUT environment value to RESYNC_PERIODContent type
Image
Digest
sha256:1d50fb739…
Size
76.6 MB
Last updated
about 9 years ago
docker pull seterrychen/apt-mirror-http-server