From 8c106f52604637bf74014a0c64e266649d14574f Mon Sep 17 00:00:00 2001 From: Zeki CELIK Date: Sat, 12 Mar 2022 22:22:07 +0300 Subject: [PATCH] update osx-setup-guide.md for #14380 update path of the config.yml and com.docker.registry.plist --- registry/recipes/osx-setup-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/recipes/osx-setup-guide.md b/registry/recipes/osx-setup-guide.md index 16afaac24d..4de1c5570b 100644 --- a/registry/recipes/osx-setup-guide.md +++ b/registry/recipes/osx-setup-guide.md @@ -52,14 +52,14 @@ If you want to understand, you should read [How to Write Go Code](https://golang Copy the registry configuration file in place: mkdir /Users/Shared/Registry - cp docs/osx/config.yml /Users/Shared/Registry/config.yml + cp docs/recipes/osx/config.yml /Users/Shared/Registry/config.yml ## Run the Docker Registry under launchd Copy the Docker registry plist into place: - plutil -lint registry/recipes/osx/com.docker.registry.plist - cp registry/recipes/osx/com.docker.registry.plist ~/Library/LaunchAgents/ + plutil -lint docs/recipes/osx/com.docker.registry.plist + cp docs/recipes/osx/com.docker.registry.plist ~/Library/LaunchAgents/ chmod 644 ~/Library/LaunchAgents/com.docker.registry.plist Start the Docker registry: