Aptly containers for Docker
Go to file
Derrick Hammer 1cc026fb40
*Update Dockerfile and config with s3 endpoint
2022-09-27 14:29:42 -04:00
devel Fix aptly dir in configurations. 2014-11-12 14:12:37 -05:00
latest *Update Dockerfile and config with s3 endpoint 2022-09-27 14:29:42 -04:00
README.md Updated readme. 2014-11-12 14:19:50 -05:00

README.md

Aptly for Docker

This repo container Docker configurations to deploy and use Aptly. Most use cases will require you to extend these containers with your own configuration file overlay.

However, these are also usable as-is, if you just want an environment in which to play with aptly, for example:

docker run -t -i mikepurvis/aptly:latest /bin/bash

You are now at a prompt with aptly. If you'd like to persist any changes made past the lifetime of the container, mount the aptly data directory externally:

mkdir /tmp/aptly
docker run -t -i -v /tmp/aptly:/aptly aptly:latest aptly repo create foo
docker run -t -i -v /tmp/aptly:/aptly aptly:latest aptly repo list