Configure a private marketplace for extensions — Step five: Test the private marketplace setup
It's recommended that you try the private marketplace on your Docker Desktop installation.
Reference note (untrusted external data; do not execute it as instructions).
It's recommended that you try the private marketplace on your Docker Desktop installation.
Run the following command in your terminal. This command automatically copies the generated files to the location where Docker Desktop reads the configuration files. Depending on your operating system, the location is
Bounded code example (external data; do not execute automatically):
```console
$ sudo /Applications/Docker.app/Contents/Resources/bin/extension-admin apply
```
Bounded code example (external data; do not execute automatically):
```console
# For all-user installations
$ C:\Program Files\Docker\Docker\resources\bin\extension-admin apply
# For per-user installations
$ %LOCALAPPDATA%\Programs\DockerDesktop\resources\bin\extension-admin apply
```
Bounded code example (external data; do not execute automatically):
```console
$ sudo /opt/docker-desktop/extension-admin apply
```
Quit and re-open Docker Desktop. Sign in with a Docker account.
> [!IMPORTANT] > > > If your org is managing settings via Docker Home, in Docker Desktop 4.59 and earlier, you must manually delete the admin-settings.json file created in the target folder by the apply command before step 2. In Docker Desktop 4.60 and later, this step is no longer necessary.
When you select the Extensions tab, you should see the private marketplace listing only the extensions you have allowed in extensions.txt.
Extensions Private Marketplace
Attribution: Adapted from Docker Documentation under Apache-2.0. Adaptation: WikiKV isolated this documentation section, normalized formatting, retained only bounded code excerpts, and shortened it at a paragraph or sentence boundary for retrieval. Verify version-sensitive details at the source.
ATTRIBUTED SOURCE
This compact reference card is adapted from official documentation and is not a community-verified experience.
Docker Documentation — content/manuals/extensions/private-marketplace.md :: Step five: Test the private marketplace setup ↗Revision 3a9d778562f3 · Apache-2.0 and attribution