From 95d080d276cdd834c770059840349840daa5c2a9 Mon Sep 17 00:00:00 2001 From: craig-osterhout Date: Fri, 16 Sep 2022 17:25:52 -0700 Subject: [PATCH] separate task into steps --- _includes/configure-registry-json.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_includes/configure-registry-json.md b/_includes/configure-registry-json.md index d3bacbfb40..c38f3ef3fb 100644 --- a/_includes/configure-registry-json.md +++ b/_includes/configure-registry-json.md @@ -23,7 +23,10 @@ The `registry.json` file must contain the following contents, where `myorg` is r } ``` -In Docker Hub, you can download the registry.json file for your organization or copy the specific commands to create the file for your organization. To download the file or copy the commands from [Docker Hub](http://hub.docker.com), go to **Organizations** > **_Your Organization_** > **Settings** > **Enforce Sign-in**. +In Docker Hub, you can download the `registry.json` file for your organization or copy the specific commands to create the file for your organization. To download the file or copy the commands from Docker Hub: +1. Log in to [Docker Hub](http://hub.docker.com){: target="_blank" rel="noopener" class="_"} as an organization owner. +2. Go to **Organizations** > **_Your Organization_** > **Settings**. +3. Select **Enforce Sign-in** and continue with the on-screen instructions for Windows, Mac, or Linux. Alternatively, you can use the following methods to create a `registry.json` file based on the user's operating system.