Skip to content

Commit e5bacdd

Browse files
security: fix air gapped containers example (#22148)
## Description - The example in the air gapped containers guide needs to be an array, not a string https://docs.docker.com/security/for-admins/hardened-desktop/air-gapped-containers/ ## Related issues or tickets - https://docker.slack.com/archives/C04300R4G5U/p1741027918035939 ## Reviews - [ ] Editorial review
1 parent d6b1426 commit e5bacdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/security/for-admins/hardened-desktop/air-gapped-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Assuming [enforced sign-in](/manuals/security/for-admins/enforce-sign-in/_index.
3434
"mode": "manual",
3535
"http": "",
3636
"https": "",
37-
"exclude": "",
37+
"exclude": [],
3838
"pac": "http://192.168.1.16:62039/proxy.pac",
3939
"transparentPorts": "*"
4040
}

0 commit comments

Comments
 (0)