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
This commit is contained in:
Sarah Sanders 2025-03-03 16:27:50 -05:00 committed by GitHub
parent d6b1426865
commit e5bacdd5e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Assuming [enforced sign-in](/manuals/security/for-admins/enforce-sign-in/_index.
"mode": "manual",
"http": "",
"https": "",
"exclude": "",
"exclude": [],
"pac": "http://192.168.1.16:62039/proxy.pac",
"transparentPorts": "*"
}