mirror of
https://github.com/distribution/distribution.git
synced 2026-01-29 21:40:32 +00:00
fix more frontmatter keywords values (#439)
* fix format of frontmatter keyword entry in some .md files Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
committed by
Misty Stanley-Jones
parent
594e6b726c
commit
3d14741648
@@ -1,8 +1,7 @@
|
||||
---
|
||||
description: Restricting access to your registry using a nginx proxy
|
||||
keywords:
|
||||
- registry, on-prem, images, tags, repository, distribution, nginx, proxy, authentication,
|
||||
TLS, recipe, advanced
|
||||
keywords: registry, on-prem, images, tags, repository, distribution, nginx, proxy,
|
||||
authentication, TLS, recipe, advanced
|
||||
menu:
|
||||
main:
|
||||
parent: smn_recipes
|
||||
@@ -188,4 +187,4 @@ Login with a "push" authorized user (using `testuser` and `testpassword`), then
|
||||
docker login -u=testuser -p=testpassword -e=root@example.ch myregistrydomain.com:5043
|
||||
docker tag ubuntu myregistrydomain.com:5043/test
|
||||
docker push myregistrydomain.com:5043/test
|
||||
docker pull myregistrydomain.com:5043/test
|
||||
docker pull myregistrydomain.com:5043/test
|
||||
Reference in New Issue
Block a user