This package browser is in early development. Mind the rough edges.

docker-registry 2.8.1

Docker registry server and associated tools

The Docker registry server enable you to host your own docker registry. With it, there is also two other utilities:

  • The digest utility is a tool that generates checksums compatibles with various docker manifest files.

  • The registry-api-descriptor-template is a tool for generating API specifications from the docs/spec/api.md.tmpl file.

Installation

Install docker-registry 2.8.1 as follows:

guix install docker-registry@2.8.1

Or install the latest version:

guix install docker-registry

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.