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,7 +1,7 @@
|
||||
---
|
||||
description: Explains how to run a registry on macOS
|
||||
keywords:
|
||||
- registry, on-prem, images, tags, repository, distribution, macOS, recipe, advanced
|
||||
keywords: registry, on-prem, images, tags, repository, distribution, macOS, recipe,
|
||||
advanced
|
||||
menu:
|
||||
main:
|
||||
parent: smn_recipes
|
||||
@@ -78,4 +78,4 @@ Start the Docker registry:
|
||||
|
||||
### Unloading the docker registry service
|
||||
|
||||
launchctl unload ~/Library/LaunchAgents/com.docker.registry.plist
|
||||
launchctl unload ~/Library/LaunchAgents/com.docker.registry.plist
|
Reference in New Issue
Block a user