Click here to Skip to main content
15,896,063 members
Articles / Containers / Docker

Hosting your First Private Docker Registry

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
14 Mar 2019CPOL5 min read 2.3K  
A registry is a stateless, highly scalable server side application that stores and lets you distribute Docker images. At a high level, a registry is a collection of different repositories which contain our images.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions