Skip to content

Commit

Permalink
security: fix air gapped containers example (#22148)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
sarahsanders-docker authored Mar 3, 2025
1 parent d6b1426 commit e5bacdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
}
Expand Down

0 comments on commit e5bacdd

Please sign in to comment.