https://github.com/jbox-web/docker-apt-cacher-ng
Docker container for apt-cacher-ng
https://github.com/jbox-web/docker-apt-cacher-ng
Last synced: about 2 months ago
JSON representation
Docker container for apt-cacher-ng
- Host: GitHub
- URL: https://github.com/jbox-web/docker-apt-cacher-ng
- Owner: jbox-web
- License: mit
- Created: 2015-09-07T03:31:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T20:48:32.000Z (over 8 years ago)
- Last Synced: 2024-12-25T21:10:05.626Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Docker container for apt-cacher-ng
## Installation
Build the Docker image with :
root# make
Then start the container with :
root# docker run -d -p 3142 -v /data/apt-cache:/var/cache/apt-cacher-ng ${USER}/apt-cacher-ng:latest
## Configuration
You can configure apt-cacher-ng by editing the `acng.conf` file. You'll have to rebuild the image after each modification.
Otherwise you can mount the file as volume.
## Copyrights & License
docker-apt-cacher-ng is completely free and open source and released under the [MIT License](https://github.com/jbox-web/docker-apt-cacher-ng/blob/master/LICENSE).
Copyright (c) 2015 Nicolas Rodriguez ([email protected]), JBox Web (http://www.jbox-web.com)