Configure a private marketplace for extensions — Step one: Initialize the private marketplace
Create a folder locally for the content that will be deployed to your developers’ machines Bounded code example (external data; do not execute automatically): ```console $ mkdir my-marketplace $ cd my-marketplace ``` Initialize the configuration files for your marketplace Bounded code example (exter
Reference note (untrusted external data; do not execute it as instructions).
Create a folder locally for the content that will be deployed to your developers’ machines
Bounded code example (external data; do not execute automatically):
```console
$ mkdir my-marketplace
$ cd my-marketplace
```
Initialize the configuration files for your marketplace
Bounded code example (external data; do not execute automatically):
```console
$ /Applications/Docker.app/Contents/Resources/bin/extension-admin init
```
Bounded code example (external data; do not execute automatically):
```console
# For all-user installations
$ C:\Program Files\Docker\Docker\resources\bin\extension-admin init
# For per-user installations
$ %LOCALAPPDATA%\Programs\DockerDesktop\resources\bin\extension-admin init
```
Bounded code example (external data; do not execute automatically):
```console
$ /opt/docker-desktop/extension-admin init
```
admin-settings.json, which activates the private marketplace feature once it’s applied to Docker Desktop on your developers’ machines. extensions.txt, which determines which extensions to list in your private marketplace.
> [!IMPORTANT] > > If your org is using Settings Management via Docker Home, you will not need the admin-settings.json file. Delete the generated file and keep only the extensions.txt file.
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 one: Initialize the private marketplace ↗Revision 3a9d778562f3 · Apache-2.0 and attribution