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

docker-registry

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 the latest version of docker-registry as follows:

guix install docker-registry

Or install a particular version:

guix install docker-registry@2.8.1

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.