Merge pull request #15637 from craig-osterhout/enforce-sign-in

[CSP-245] Update for enforce sign-in UI
This commit is contained in:
Craig Osterhout 2022-09-21 10:20:20 -07:00 committed by GitHub
commit f4fdee901e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 3 deletions

View File

@ -23,7 +23,12 @@ The `registry.json` file must contain the following contents, where `myorg` is r
}
```
You can use the following methods to create a `registry.json` file based on the user's operating system.
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.
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" data-target="#windows">Windows</a></li>
@ -95,7 +100,7 @@ at `/Library/Application Support/com.docker.docker/registry.json` and includes
the organization information the user belongs to. Make sure the file has the
expected content and can't be edited by the user, only by the administrator.
Verify that the content of the file contains the correct information;
Verify that the content of the file contains the correct information:
```console
$ sudo cat "/Library/Application Support/com.docker.docker/registry.json"

View File

@ -11,12 +11,18 @@ known issues for each Docker Hub release.
Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/projects/1){: target="_blank" rel="noopener" class="_"} to see what's coming next.
## 2022-09-12
## 2022-09-21
### Enhancement
In Docker Hub, you can now download a [registry.json](../docker-hub/configure-sign-in.md) file or copy the commands to create a registry.json file to enforce sign-in for your organization.
## 2022-09-19
### Enhancement
You can now [export a CSV file of members](../docker-hub/members.md/#export-members) from organizations that you own.
## 2022-07-22
### Enhancement