Note: There is no official Docker image for Aptly. Third-party images are available.
See Docker installation: Docker
Community-maintained image with Aptly tooling:
docker run --rm -it tcpcloud/aptly:latest --help
Alternative community image:
docker run --rm -it molior-dbs/aptly:latest --help
docker run -d \
--name aptly \
-p 8080:8080 \
-v /path/to/aptly-data:/root/.aptly \
tcpcloud/aptly:latest \
aptly api serve -listen=:8080
Running containers in production? We help with:
Need help? office@linux-server-admin.com or Contact Us
References: