1
0
Fork 0
kubernetes/docker-distribution
Dustin 2a07a7856f docker-distribution: Deploy OCI image registry
We're going to need a place to store custom container images to run on
the Kubernetes cluster!

This is my first from-scratch manifest!
2022-07-31 01:15:01 -05:00
..
README.md docker-distribution: Deploy OCI image registry 2022-07-31 01:15:01 -05:00
docker-distribution.yaml docker-distribution: Deploy OCI image registry 2022-07-31 01:15:01 -05:00

README.md

Docker Distribution

Distribution is the name of the official OCI image registry, originally published by Docker, Inc. It provides a lightweight, albeit rather barebones, container image hosting platform.

The registry itself only provides an HTTP API. The third-party docker-registry-ui project provides a nice browser-based GUI for it.

Installation

Apply the manifest:

kubectl apply -f docker-distribution.yaml