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
Synology Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPL8Yx7FxnY6xKxcMiVWkkJ
Docker Hub Page
https://registry.hub.docker.com/r/sameersbn/apt-cacher-ng/
Notes
Volume:
File/Folder: apt-cacher-ng
Mount path: /var/cache/apt-cacher-ng
Port Settings:
Local Port: 3142
Container Port: 3142
Type: tcp
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.