Installing apt-cacher-ng on QNAP Container Station (Docker)

Apt Package Caching using apt-cacher-ng on a Raspberry Pi: https://youtu.be/Vvw-IyiwXGE

Using apt-cacher-ng During an Ubuntu Graphical Install: https://youtu.be/iKfavpv70x4

Ubuntu apt-cacher-ng Package Cache Install and Setup: https://youtu.be/t8kI4YwdvRA

Installing apt-cacher-ng on Synology Docker: https://youtu.be/zlbN5kWbzVE

QNAP Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPX505_znSLtZE7Z42m6DEK

Docker Hub Page

https://registry.hub.docker.com/r/sameersbn/apt-cacher-ng/

Notes

Network > Port Forwarding:
Host: 3142
Container: 3142
Protocol: tcp

Volume from host:
Host Path: /Container/apt-cacher-ng
Mount Point: /var/cache/apt-cacher-ng

apt-cacher-ng Web Interface
http://ip_address_of_nas:3142
Configure Client
sudo nano /etc/apt/apt.conf.d/00aptproxy
Acquire::http::Proxy "http://ip_address_of_nas:3142";

Type control-o to save, control-x to exit.

Leave a comment

Your email address will not be published. Required fields are marked *