isim/aptly
Docker image for aptly (https://www.aptly.info).
168
Docker image for aptly.
aptly is a Debian repository management tool. It simplifies the steps to mirror remote repositories, manage local package repositories, take snapshots, pull new versions of packages along with dependencies, and publish Debian repository.
For more information, check out https://www.aptly.info/
docker pull isim/aptly
docker build --rm -t isim/aptly .
docker run --rm isim/aptly <aptly-command>
docker run -d -p 8080:8080 isim/aptly api server
Refer to the LICENSE file.
docker pull isim/aptly