Doc cosmetic
This commit is contained in:
parent
70184dd85d
commit
499c166087
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
Create a private registry for containers
|
# Create a private registry for containers with Ansible
|
||||||
|
|
||||||
Ref: https://www.redhat.com/sysadmin/simple-container-registry
|
Ref: <https://www.redhat.com/sysadmin/simple-container-registry>
|
||||||
|
|
||||||
Just run: ansible-playbook container_registry.yaml
|
Just run: ansible-playbook container_registry.yaml
|
||||||
|
|
||||||
|
@ -26,4 +26,4 @@ podman push <image name> docker://<host name>:5000/<image name>
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
To use it in Kubernetes, see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
To use it in Kubernetes, see <https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/>
|
Loading…
Add table
Add a link
Reference in a new issue