Skip to content

Commit b5972ac

Browse files
authored
Fix msiexec invocation quotes (#23431)
## Description Fixes the quotes in an installation example command line. - [ ] Technical review
1 parent e346b0b commit b5972ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/enterprise/enterprise-deployment/msi-install-and-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ msiexec /i "DockerDesktop.msi" /L*V ".\msi.log" /quiet /norestart
101101
#### Install non-interactively with admin settings
102102

103103
```powershell
104-
msiexec /i "DockerDesktop.msi" /L*V ".\msi.log" /quiet /norestart ADMINSETTINGS="{"configurationFileVersion":2,"enhancedContainerIsolation":{"value":true,"locked":false}}" ALLOWEDORG="your-organization"
104+
msiexec /i "DockerDesktop.msi" /L*V ".\msi.log" /quiet /norestart ADMINSETTINGS="{""configurationFileVersion"":2,""enhancedContainerIsolation"":{""value"":true,""locked"":false}}" ALLOWEDORG="your-organization"
105105
```
106106

107107
#### Install interactively and allow users to switch to Windows containers without admin rights

0 commit comments

Comments
 (0)