mirror of https://github.com/docker/docs.git
extension settings for admins (#17514)
This commit is contained in:
parent
15c04a5e9a
commit
099d41c39f
|
@ -6,7 +6,7 @@ title: Settings and feedback
|
|||
|
||||
## Settings
|
||||
|
||||
### Turn on or turn off extensions available in the Marketplace
|
||||
### Turn on or turn off extensions
|
||||
|
||||
Docker Extensions is switched on by default. To change your settings:
|
||||
|
||||
|
@ -15,6 +15,13 @@ Docker Extensions is switched on by default. To change your settings:
|
|||
3. Next to **Enable Docker Extensions**, select or clear the checkbox to set your desired state.
|
||||
4. In the bottom-right corner, select **Apply & Restart**.
|
||||
|
||||
>**Note**
|
||||
>
|
||||
> If you are an [organization owner](../../docker-hub/manage-a-team.md#the-owners-team), you can turn off extensions for your users. Navigate to the `settings.json` file, and set `"extensionsEnabled"` to `false`.
|
||||
> The `settings.json` file is located at:
|
||||
> - `~/Library/Group Containers/group.com.docker/settings.json` on Mac
|
||||
> - `C:\Users\[USERNAME]\AppData\Roaming\Docker\settings.json` on Windows
|
||||
|
||||
### Turn on or turn off extensions not available in the Marketplace
|
||||
|
||||
You can install extensions through the Marketplace or through the Extensions SDK tools. You can choose to only allow published extensions. These are extensions that have been reviewed and published in the Extensions Marketplace.
|
||||
|
|
Loading…
Reference in New Issue