You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ We welcome your input! If you have feedback, please submit an [issue][issues]. I
12
12
13
13
# About
14
14
15
-
The registry is a [Docker registry](https://docs.docker.com/registry/) component for use in Kubernetes. While it's intended for use inside of the Drycc open source [PaaS](https://en.wikipedia.org/wiki/Platform_as_a_service), it's flexible enough to be used as a standalone pod on any Kubernetes cluster.
15
+
The registry is a [Container registry](https://github.com/distribution/distribution) component for use in Kubernetes. While it's intended for use inside of the Drycc open source [PaaS](https://en.wikipedia.org/wiki/Platform_as_a_service), it's flexible enough to be used as a standalone pod on any Kubernetes cluster.
16
16
17
-
If you decide to use this component standalone, you can host your own Docker registry in your own Kubernetes cluster.
17
+
If you decide to use this component standalone, you can host your own Container registry in your own Kubernetes cluster.
18
18
19
-
The Docker image that this repository builds is based on [the official Docker v2 registry image](https://github.com/docker/distribution).
19
+
The Container image that this repository builds is based on [the official Container v2 registry image](https://github.com/distribution/distribution).
20
20
21
21
# Development
22
22
@@ -49,7 +49,7 @@ $ export IMAGE_PREFIX=youruser/ # if using Quay or Dockerhub
49
49
To build and push the image run:
50
50
51
51
```console
52
-
$ make docker-build docker-push
52
+
$ make podman-build podman-push
53
53
```
54
54
55
55
To deploy the image via patching the registry deployment run:
0 commit comments