|
53 | 53 | - [Proxies on Mac](settings/mac.md#proxies)
|
54 | 54 | - [Proxies on Windows](settings/windows.md#proxies)
|
55 | 55 |
|
56 |
| -### SOCKS5 proxy support (Beta) |
| 56 | +### SOCKS5 proxy support |
57 | 57 |
|
58 |
| -SOCKS (Socket Secure) is a protocol that facilitates the routing of network packets between a client and a server through a proxy server. It provides a way to enhance privacy, security, and network performance for users and applications. |
| 58 | +{{< introduced desktop 4.28.0 "release-notes.md#4280" >}} |
59 | 59 |
|
60 |
| -With Docker Desktop 4.28 and later, you can enable SOCKS proxy support to allow outgoing requests, such as pulling images, and access Linux container backend IPs from the host. |
| 60 | +> **Note** |
| 61 | +> |
| 62 | +> Requires a Business subscription. |
61 | 63 |
|
62 |
| -To enable and set up SOCKS proxy support: |
| 64 | +SOCKS (Socket Secure) is a protocol that facilitates the routing of network packets between a client and a server through a proxy server. It provides a way to enhance privacy, security, and network performance for users and applications. |
| 65 | + |
| 66 | +You can enable SOCKS proxy support to allow outgoing requests, such as pulling images, and access Linux container backend IPs from the host. |
63 | 67 |
|
64 |
| -1. Navigate to **Settings** in Docker Desktop. |
65 |
| -2. Go to **Features in development** and then on the **Beta** tab check the **Enable SOCKS proxy support** option. |
66 |
| -3. Select **Apply & restart**. |
67 |
| -4. Go to the **Resources** tab and from the dropdown menu select **Proxies** |
68 |
| -5. Switch on the **Manual proxy configuration** toggle. |
69 |
| -6. In the **Secure Web Server HTTPS** box, paste your `socks5://host:port` URL. |
| 68 | +To enable and set up SOCKS proxy support: |
70 | 69 |
|
| 70 | +1. Navigate to the **Resources** tab in **Settings**. |
| 71 | +2. From the dropdown menu select **Proxies**. |
| 72 | +3. Switch on the **Manual proxy configuration** toggle. |
| 73 | +4. In the **Secure Web Server HTTPS** box, paste your `socks5://host:port` URL. |
71 | 74 |
|
72 | 75 | {{< /tab >}}
|
73 | 76 | {{< tab name="For Mac and Linux" >}}
|
|
0 commit comments