How to Install and Uninstall docker-registry Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "docker-registry" package

This guide covers the steps necessary to install docker-registry on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install docker-registry

2. Uninstall "docker-registry" package

Please follow the steps below to uninstall docker-registry on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove docker-registry $ sudo apt autoclean && sudo apt autoremove

3. Information about the docker-registry package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: docker-registry
Priority: extra
Section: universe/utils
Installed-Size: 12350
Maintainer: Ubuntu Developers
Original-Maintainer: pkg-go
Architecture: amd64
Version: 2.3.0~ds1-1
Depends: adduser, lsb-base (>= 4.1+Debian11ubuntu7), libc6 (>= 2.4)
Filename: pool/universe/d/docker-registry/docker-registry_2.3.0~ds1-1_amd64.deb
Size: 2694196
MD5sum: 8706f0be937c6e85375828274ae40b8d
SHA1: 0779b61a3cf7ec2a765ba2494d3b7dd2d0490633
SHA256: 4542ac8f22e7bc10158eeab0504cdd5f641e9335693e21224054f17477eb714f
Description-en: Docker toolset to pack, ship, store, and deliver content
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
Description-md5: dec26d26103381d10d2cb2fbed09ab63
Built-Using: docker.io (= 1.10.3-0ubuntu1), golang-check.v1 (= 0.0+git20150729.11d3bc7-2), golang-defaults (= 2:1.6-1ubuntu3), golang-github-adroll-goamz (= 0.0~git20150909.0.74fd457-2), golang-github-azure-azure-sdk-for-go (= 1.2~git20150611.0.97d9593-2ubuntu1), golang-github-bugsnag-bugsnag-go (= 1.0.5+dfsg-1), golang-github-docker-libtrust (= 0.0~git20150526.0.9cbd2a1-1), golang-github-garyburd-redigo (= 0.0~git20150901.0.d8dbe4d-1), golang-github-gorilla-handlers (= 0.0~git20160115.0.8f27580-0ubuntu1), golang-github-gorilla-mux (= 0.0~git20150814.0.f7b6aaa-1), golang-github-mitchellh-mapstructure (= 0.0~git20150717.0.281073e-2), golang-github-ncw-swift (= 0.0~git20151108.0.eb694f7-1), golang-github-spf13-cobra (= 0.0~git20160117.0.8e91712-1), golang-github-stevvooe-resumable (= 0.0~git20150521.0.51ad441-1), golang-go.crypto (= 1:0.0~git20151201.0.7b85b09-2), golang-golang-x-net-dev (= 1:0.0+git20160110.4fd4a9f-1), golang-logrus (= 0.8.7-2), golang-yaml.v2 (= 0.0+git20150627.7ad95dd-1)
Homepage: https://github.com/docker/distribution
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu