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.
- Versions: 2.8.3
- Website: https://github.com/docker/distribution
- Licenses: ASL 2.0
- Package source: gnu/packages/docker.scm
- Builds: See build status
- Issues: See known issues
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.3
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.
Badge code
You can use the following badge to inform users of docker-registry about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/docker-registry'><img src='https://packages.guix.gnu.org/packages/docker-registry/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/docker-registry)
Example Org:
[[https://packages.guix.gnu.org/packages/docker-registry][https://packages.guix.gnu.org/packages/docker-registry/badges/latest-version.svg]]