Air-Gapped Containers allows administrators to restrict containers from accessing network resources, limiting where data can be uploaded to or downloa

Air-gapped containers

submited by
Style Pass
2024-07-09 09:00:07

Air-Gapped Containers allows administrators to restrict containers from accessing network resources, limiting where data can be uploaded to or downloaded from.

Assuming enforced sign-in and Settings Management are enabled, add the new proxy configuration to the admin-settings.json file. For example:

In this particular example, HTTP and HTTPS requests for internal.corp are sent via the HTTP proxy 10.0.0.1:3128. Requests to connect to IPs on the subnet 192.168.0.0/24 connect directly. All other requests are blocked.

Leave a Comment