From 4819584bc1774083ee192c79c990dfdb7b6d505f Mon Sep 17 00:00:00 2001 From: Jerae Duffin Date: Mon, 23 May 2022 13:29:25 -0500 Subject: [PATCH] updated RAM --- _data/toc.yaml | 2 ++ docker-hub/registry-access-management.md | 6 +----- network/host.md | 4 +++- registry/deploying.md | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 14a9359633..16b5e1cafb 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1519,6 +1519,8 @@ manuals: title: FAQs - path: /docker-hub/image-access-management/ title: Image Access Management + - path: /docker-hub/registry-access-management/ + title: Registry Access Management - path: /docker-hub/onboarding-faqs/ title: Onboarding FAQs diff --git a/docker-hub/registry-access-management.md b/docker-hub/registry-access-management.md index 0d93e8131f..960e3fee4d 100644 --- a/docker-hub/registry-access-management.md +++ b/docker-hub/registry-access-management.md @@ -6,10 +6,6 @@ title: Registry Access Management Registry Access Management is a feature available to organizations with a Docker Business subscription. This feature lets organization owners manage the registries that their developers can access while using Docker Desktop. When using this feature, organization owners can ensure that their developers can only access their trusted registries, such as a secure private registry on Artifactory, thereby reducing the security risks that can occur when developers interact with public registries. -> **Note** -> -> Registry Access Management is currently offered as a closed beta to a closed group of Docker Business customers. -{: .important} ## Configure Registry Access Management permissions @@ -39,7 +35,7 @@ To ensure that each org member uses Registry Access Management on their local ma 1. Download the latest version of Docker Desktop, and then 2. Create a `registry.json` file. -Download Docker Desktop 4.5 or a later release. +Download Docker Desktop 4.8 or a later release. - [Download and install for Windows](/desktop/windows/install/) - [Download and install for Mac](/desktop/mac/install/) diff --git a/network/host.md b/network/host.md index d7ed3706c3..e5bb02820c 100644 --- a/network/host.md +++ b/network/host.md @@ -11,7 +11,9 @@ For instance, if you run a container which binds to port 80 and you use `host` networking, the container's application is available on port 80 on the host's IP address. -> **Note**: Given that the container does not have its own IP-address when using +> **Note** +> +> Given that the container does not have its own IP-address when using > `host` mode networking, [port-mapping](overlay.md#publish-ports) does not > take effect, and the `-p`, `--publish`, `-P`, and `--publish-all` option are > ignored, producing a warning instead: diff --git a/registry/deploying.md b/registry/deploying.md index f9e77d4f9b..5bf2ca5cc2 100644 --- a/registry/deploying.md +++ b/registry/deploying.md @@ -31,6 +31,7 @@ The registry is now ready to use. > TLS and should ideally use an access-control mechanism. Keep reading and then > continue to the [configuration guide](configuration.md) to deploy a > production-ready registry. +{: .important} ## Copy an image from Docker Hub to your registry