DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

How to get familiar with Docker Registries and create your own ?

4 years ago medium.com
How to get familiar with Docker Registries and create your own ?

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Docker Registry is an open source application that can store and share images in a simple yet powerful way.

The Registry is a stateless, highly scalable server side application that stores and lets you distribute Docker images.

To get your own docker registry, you need to have a docker engine setup on your server and some knowledge of how to work with containers.

Once your Docker registry is running, you can start by building your first image or simply getting an image from another Registry and push it to you brand new private one.

To be sure that your image is correctly downloaded you can verify using docker image ls command.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com