Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 562 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 562 Bytes

APT Cacher NG With Socks5 Proxy

Docker Repository on Quay

This container is useful for development process, speedup and saving bandwidth.

docker run --restart=always --name apt-cacher-ng-proxy -h apt-cacher-ng-proxy \
  -v /tmp/apt-ng-cache:/var/cache/apt-cacher-ng \
  -p 3142:3142 \
  -e SOCKS5_SERVER=172.17.0.1:9050 \
  -d quay.io/sweb/apt-cacher-ng-socks5-proxy:master entrypoint