Docker registry

Our Docker PaaS contains a private Docker registry to store migrations and work in progress containers.

This index offers the list of images and tags available.

Docker Hub

As we mainly use and produce open source code, we store our images on the Docker Hub.

This is the primary and default source for images.

Private registry

Source

The entries are the containers pushed to the private registry.

They are fetched through our Docker registry API .

Add a container

On docker-001:
docker tag <hash> localhost:5000/image_name
docker push localhost:5000/image_name

On other servers (e.g. Dwellers):
docker tag <hash> registry.nasqueron.org/image_name
docker push registry.nasqueron.org/image_name

If you don't have an access, reach Dereckson on Freenode #nasqueron-ops.

License

Individual records are too short to be original, and so are in the public domain.

When original enough, content is available under CC-BY 4.0 licence.

This log, as a database, is made available under the Public Domain Dedication and License v1.0.