Sign inSign up

tcjn/aptly-docker

By tcjn

•Updated almost 10 years ago

Aptly docker image for general use

Image
0

4.5K

tcjn/aptly-docker repository overview

⁠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 pluribus-labs/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 pluribus-labs/aptly:latest aptly repo create foo
docker run -t -i -v /tmp/aptly:/aptly pluribus-labs/aptly:latest aptly repo list

Tag summary

Content type

Image

Digest

Size

79.7 MB

Last updated

almost 10 years ago

docker pull tcjn/aptly-docker