docker-registry

Docker toolset to pack, ship, store, and deliver content

Debian Debian
RUN apt-get update && \ apt-get install -y docker-registry
Ubuntu
RUN apt-get update && \ apt-get install -y docker-registry
Alpine
RUN apk add docker-registry
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y docker-registry
CentOS
RUN yum install -y docker-registry
Raspbian
RUN apt-get update && \ apt-get install -y docker-registry
click the source code to copy install docker-registry on any operating system with command-not-found.com