From 49d08397718c679cc205ac62cf2c5583ff882c6f Mon Sep 17 00:00:00 2001 From: jerae-duffin <83294991+jerae-duffin@users.noreply.github.com> Date: Mon, 29 Aug 2022 14:06:02 -0500 Subject: [PATCH] Update _includes/configure-registry-json.md Co-authored-by: Sebastiaan van Stijn --- _includes/configure-registry-json.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_includes/configure-registry-json.md b/_includes/configure-registry-json.md index a284e69708..c914455538 100644 --- a/_includes/configure-registry-json.md +++ b/_includes/configure-registry-json.md @@ -9,9 +9,11 @@ Desktop and access all their organizations. Based on the user's operating system, you must create a `registry.json` file at the following location and make sure the file can't be edited by the user: -- Windows: `/ProgramData/DockerDesktop/registry.json` -- Mac: `/Library/Application Support/com.docker.docker/registry.json` -- Linux: `/usr/share/docker-desktop/registry/registry.json` +| Platform | Location | +|----------|----------------------------------------------------------------| +| Windows | `/ProgramData/DockerDesktop/registry.json` | +| Mac | `/Library/Application Support/com.docker.docker/registry.json` | +| Linux | `/usr/share/docker-desktop/registry/registry.json` | The `registry.json` file must contain the following contents, where `myorg` is replaced with your organization's name.