21 lines
538 B
Markdown
21 lines
538 B
Markdown
# Docker Distribution
|
|
|
|
[Distribution][0] 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][1] project provides a nice browser-based GUI for it.
|
|
|
|
[0]: https://github.com/distribution/distribution
|
|
[1]: https://joxit.dev/docker-registry-ui/
|
|
|
|
|
|
## Installation
|
|
|
|
Apply the manifest:
|
|
|
|
```sh
|
|
kubectl apply -f docker-distribution.yaml
|
|
```
|