mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Updated proxy info in config profile template (#23548)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> Updated company.proxy:443 (:80) to company.proxy:port, as ports can be any valid port. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [x] Editorial review - [ ] Product review
This commit is contained in:
@@ -119,9 +119,9 @@ Overriding at least one of the proxy settings via Configuration profiles will au
|
||||
<key>allowedOrgs</key>
|
||||
<string>first_org;second_org</string>
|
||||
<key>overrideProxyHTTP</key>
|
||||
<string>http://company.proxy:80</string>
|
||||
<string>http://company.proxy:port</string>
|
||||
<key>overrideProxyHTTPS</key>
|
||||
<string>https://company.proxy:443</string>
|
||||
<string>https://company.proxy:port</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>PayloadType</key>
|
||||
@@ -145,6 +145,7 @@ Overriding at least one of the proxy settings via Configuration profiles will au
|
||||
- Change `com.yourcompany.docker.config` to your company identifier
|
||||
- Replace `Your Company Name` with your organization name
|
||||
- Update the `allowedOrgs` value with your organization names (separated by semicolons)
|
||||
- Replace `company.proxy:port` with http/https proxy server host(or IP address) and port
|
||||
1. Deploy the profile using your MDM solution.
|
||||
1. Verify the profile appears in **System Settings** > **General** > **Device Management** under **Device (Managed)** profiles.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user