How to Install golang-github-docker-distribution-dev in Ubuntu 18.04



Install golang-github-docker-distribution-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-docker-distribution-dev

Description:

Docker toolset to pack, ship, store, and deliver content (source)

The Docker toolset to pack, ship, store, and deliver content. . The Docker Registry 2.0 implementation contained in this package is for storing and distributing Docker images. It supersedes the docker/docker-registry project with a new API design, focused around security and performance. . This project should provide an implementation to a V2 API for use in the Docker core project. The API should be embeddable and simplify the process of securely pulling and pushing content from docker daemons. . The new registry implementation provides the following benefits: . * faster push and pull * new, more efficient implementation * simplified deployment * pluggable storage backend * webhook notifications . This package contains the source.

Homepage: https://github.com/docker/distribution

Version: 2.6.2~ds1-1

Section: universe/utils