You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -135,7 +141,6 @@ Parameter values and descriptions for environment configuration on Mac:
135
141
|`swapMiB`| Specifies the amount of memory in MiB (1 MiB = 1048576 bytes) allocated for the swap file. |
136
142
|`dataFolder`| Specifies the directory containing the VM disk files. |
137
143
|`diskSizeMiB`| Specifies the amount of disk storage in MiB (1 MiB = 1048576 bytes) allocated for images and containers. |
138
-
|`filesharingDirectories`| The host folders that users can bind-mount in containers. |
139
144
|`dockerDaemonOptions`| Overrides the options in the linux daemon config file. For more information, see [Docker engine reference](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file). |
140
145
| (End of `linuxVM` section.) ||
141
146
|`kubernetes`| Parameters and settings related to kubernetes options - grouped together here for convenience. |
@@ -148,6 +153,8 @@ Parameter values and descriptions for environment configuration on Mac:
148
153
|`defaultOrg`| Specifies the default organization to be used in Docker Template and Docker Application Designer. If `locked` is set to `true`, the Kubernetes cluster starts when Docker Desktop Enterprise is started. |
149
154
|`defaultRegistry`|Specifies the default registry to be used in Docker Template and Application Designer.|
150
155
|`repositories`|Lists the repositories that are allowed.|
156
+
|`filesharingDirectories`| The host folders that users can bind-mount in containers. |
@@ -197,8 +200,7 @@ Parameter values and descriptions for environment configuration on Windows:
197
200
|`defaultOrg`| Specifies the default organization to be used in Docker Template and Docker Application Designer. If `locked` is set to `true`, the Kubernetes cluster starts when Docker Desktop Enterprise is started. |
198
201
|`defaultRegistry`|Specifies the default registry to be used in Docker Template and Application Designer.|
199
202
|`repositories`|Lists the repositories that are allowed.|
200
-
|`sharedDrives`| If `sharedDrives` is set to `true`, this locks the drives users are allowed to share ( `["C", "D"]` ), but does not actually share drives by default (sharing a drive prompts the user for a password). `value` is a whitelist of drives that can be shared. **Warning:** Note that when updating this value, if you remove drives that have been shared, you must also `net share /delete` those drives. |
201
-
|`sharedFolders`| If specified, restricts the folders or named pipes the user is allowed to share with Windows containers. |
203
+
|`filesharingDirectories`| The host folders that users can bind-mount in containers. |
202
204
203
205
### File format update
204
206
@@ -245,3 +247,4 @@ Otherwise manual steps are required to update the `admin-settings.json` file.
0 commit comments