mirror of https://github.com/docker/docs.git
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:
parent
d6b1426865
commit
e5bacdd5e0
|
@ -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": "*"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue