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
Copy file name to clipboardExpand all lines: content/guides/admin-set-up/comms-and-info-gathering.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ Additionally, communicate that settings will be reviewed to optimize productivit
14
14
15
15
### MDM team communication
16
16
17
-
Device management solutions, such as Intune and Jamf, are commonly used for software distribution across enterprises, typically managed by a dedicated MDM team. We recommend engaging with this team early in the process to understand their requirements and the lead time for deploying changes.
17
+
Device management solutions, such as Intune and Jamf, are commonly used for software distribution across enterprises, typically managed by a dedicated MDM team. It is recommended that you engage with this team early in the process to understand their requirements and the lead time for deploying changes.
18
18
19
19
Several key setup steps in this guide require the use of JSON files, registry keys, or .plist files that need to be distributed to developer machines. It’s a best practice to use MDM tools for deploying these configuration files and ensuring their integrity is preserved.
20
20
21
21
## Step two: Identify Docker organizations
22
22
23
-
Some companies may have more than one [Docker organization](/manuals/admin/organization/_index.md) created. These organizations may have been created for specific purposes, or may not be needed anymore. If you suspect your company has more than one Docker organization, it's recommended you survey your teams to see if they have their own organizations. You can also contact your Docker Customer Success representative to get a list of organizations with users whose emails match your domain name.
23
+
Some companies may have more than one [Docker organization](/manuals/admin/organization/_index.md) created. These organizations may have been created for specific purposes, or may not be needed anymore. If you suspect your company has more than one Docker organization, it's recommended you survey your teams to see if they have their own organizations. You can also contact your Docker Customer Success representative to get a list of organizations with users whose emails match your domain name.
24
24
25
25
## Step three: Gather requirements
26
26
@@ -37,9 +37,9 @@ The Docker organization owner and the development lead should review the setting
37
37
|`proxy`|| This setting configures the proxy used by Docker Desktop to access the internet. The proxy can be set manually or get its value from the system.|
38
38
|`wslEngineEnabled`| Windows only | This setting specifies whether the user should use WSL 2 or HyperV for the VM for Windows installations.|
39
39
|`kubernetes`|| Docker Desktop offers a Kubernetes single-node cluster for Kubernetes deployments locally. This setting controls whether it is started when Docker Desktop starts, and its configuration.|
40
-
|`analyticsEnabled`|| Docker allows users to opt out of sending usage data to Docker. The usage data feeds what admins are able to see about Docker Desktop usage, so it is highly recommended to enable and lock this setting.|
41
-
|`useVirtualizationFrameworkVirtioFS`| macOS only |VirtioFS is the newer higher performance file sharing framework for MacOS. It takes precedence over the older frameworks if it is enabled.|
42
-
|`useVirtualizationFrameworkRosetta`| macOS only | Rosetta is the Apple emulator for x86 chipsets. This setting allows Docker Desktop to use Rosetta when running containers built for the x86 chipset.|
40
+
|`analyticsEnabled`|| Docker lets users to opt out of sending usage data to Docker. The usage data feeds what admins are able to see about Docker Desktop usage, so it is highly recommended to enable and lock this setting.|
41
+
|`useVirtualizationFrameworkVirtioFS`| macOS only |Virtiofs is the newer higher performance file sharing framework for Mac. It takes precedence over the older frameworks if it is enabled.|
42
+
|`useVirtualizationFrameworkRosetta`| macOS only | Rosetta is the Apple emulator for x86 chipsets. This setting lets Docker Desktop to use Rosetta when running containers built for the x86 chipset.|
43
43
|`allowExperimentalFeatures`|| Docker Desktop versions often contain experimental features for trial and feedback. If this setting is set to false, experimental features are disabled.|
44
44
|`allowBetaFeatures`|| Docker Desktop versions often contain beta features for trial and feedback. If this setting is set to false, beta features are disabled.|
45
45
|`configurationFileVersion`|| Specifies the version of the configuration file format.|
0 commit comments