Skip to content

Commit 1bc248f

Browse files
committed
vale stuff
1 parent b696174 commit 1bc248f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ IPs?
6969
IPv[46]
7070
IPvlan
7171
Intel
72+
Intune
73+
Jamf
7274
JFrog
7375
JetBrains
7476
Kitematic
@@ -80,14 +82,17 @@ Logstash
8082
MAC
8183
Mac
8284
Mail(chimp|gun)
85+
MDM
8386
Microsoft
8487
MySQL
8588
NAT
8689
Netplan
8790
Nginx
91+
NTLM
8892
Nuxeo
8993
OAuth
9094
OCI
95+
[Oo]nboarding
9196
OTel
9297
Okta
9398
Postgres
@@ -188,3 +193,4 @@ umask
188193
ungated
189194
vSphere
190195
virtiofs
196+
vpnkit

content/guides/admin-set-up/comms-and-info-gathering.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Additionally, communicate that settings will be reviewed to optimize productivit
1414

1515
### MDM team communication
1616

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.
1818

1919
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.
2020

2121
## Step two: Identify Docker organizations
2222

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.
2424

2525
## Step three: Gather requirements
2626

@@ -37,9 +37,9 @@ The Docker organization owner and the development lead should review the setting
3737
| `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.|
3838
| `wslEngineEnabled` | Windows only | This setting specifies whether the user should use WSL 2 or HyperV for the VM for Windows installations.|
3939
| `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.|
4343
| `allowExperimentalFeatures` | | Docker Desktop versions often contain experimental features for trial and feedback. If this setting is set to false, experimental features are disabled.|
4444
| `allowBetaFeatures` | | Docker Desktop versions often contain beta features for trial and feedback. If this setting is set to false, beta features are disabled.|
4545
| `configurationFileVersion` | | Specifies the version of the configuration file format.|

0 commit comments

Comments
 (0)