AppsProxyApt Cacher Ng

Apt-Cacher NG

Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3'
 
services:
  apt-cacher-ng:
    image: sameersbn/apt-cacher-ng
    container_name: apt-cacher-ng
    ports:
      - "3142:3142"
    volumes:
      - ./apt-cacher-ng:/var/cache/apt-cacher-ng
    restart: always

Resources

Website:

GitHub: https://github.com/sameersbn/docker-apt-cacher-ng

Docker Hub (sameersbn): https://hub.docker.com/r/sameersbn/apt-cacher-ng

Docker Hub (mbentley): https://hub.docker.com/r/mbentley/apt-cacher-ng

Configuration: See the Docker Hub pages