mirror of https://github.com/docker/docs.git
ENGDOCS-2104 (#20081)
This commit is contained in:
parent
f856b304c3
commit
5e5e3afd2b
|
|
@ -15,10 +15,7 @@ aliases:
|
||||||
Docker Desktop provides several networking features to make it easier to
|
Docker Desktop provides several networking features to make it easier to
|
||||||
use.
|
use.
|
||||||
|
|
||||||
## Networking features
|
## Networking features for all platforms
|
||||||
|
|
||||||
{{< tabs >}}
|
|
||||||
{{< tab name="For all platforms" >}}
|
|
||||||
|
|
||||||
### VPN Passthrough
|
### VPN Passthrough
|
||||||
|
|
||||||
|
|
@ -72,8 +69,7 @@ To enable and set up SOCKS proxy support:
|
||||||
3. Switch on the **Manual proxy configuration** toggle.
|
3. Switch on the **Manual proxy configuration** toggle.
|
||||||
4. In the **Secure Web Server HTTPS** box, paste your `socks5://host:port` URL.
|
4. In the **Secure Web Server HTTPS** box, paste your `socks5://host:port` URL.
|
||||||
|
|
||||||
{{< /tab >}}
|
## Networking features for Mac and Linux
|
||||||
{{< tab name="For Mac and Linux" >}}
|
|
||||||
|
|
||||||
### SSH agent forwarding
|
### SSH agent forwarding
|
||||||
|
|
||||||
|
|
@ -105,9 +101,6 @@ services:
|
||||||
- SSH_AUTH_SOCK=/run/host-services/ssh-auth.sock
|
- SSH_AUTH_SOCK=/run/host-services/ssh-auth.sock
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< /tab >}}
|
|
||||||
{{< /tabs >}}
|
|
||||||
|
|
||||||
## Known limitations
|
## Known limitations
|
||||||
|
|
||||||
### Changing internal IP addresses
|
### Changing internal IP addresses
|
||||||
|
|
|
||||||
|
|
@ -15,16 +15,12 @@ aliases:
|
||||||
- /mackit/release-notes/
|
- /mackit/release-notes/
|
||||||
---
|
---
|
||||||
|
|
||||||
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases.
|
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases. For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/releases.md).
|
||||||
|
|
||||||
> **Note**
|
Docker Desktop versions older than 6 months from the latest release are not available for download.
|
||||||
>
|
|
||||||
> The information below is applicable to all platforms, unless stated otherwise.
|
|
||||||
|
|
||||||
Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/projects/1) to see what's coming next.
|
Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/projects/1) to see what's coming next.
|
||||||
|
|
||||||
For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/releases.md).
|
|
||||||
|
|
||||||
## 4.30.0
|
## 4.30.0
|
||||||
|
|
||||||
{{< release-date date="2024-05-06" >}}
|
{{< release-date date="2024-05-06" >}}
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ The integrated terminal:
|
||||||
|
|
||||||
To open the integrated terminal, either:
|
To open the integrated terminal, either:
|
||||||
|
|
||||||
- Hover over your running container and select the **Show container actions**
|
- Hover over your running container and under the **Actions** column, select the **Show container actions**
|
||||||
menu. From the drop-down menu, select **Open in terminal**.
|
menu. From the drop-down menu, select **Open in terminal**.
|
||||||
- Or, select the container and then select the **Exec** tab.
|
- Or, select the container and then select the **Exec** tab.
|
||||||
|
|
||||||
|
|
@ -104,7 +104,7 @@ To open the integrated terminal in debug mode:
|
||||||
subscription.
|
subscription.
|
||||||
2. After you're signed in, either:
|
2. After you're signed in, either:
|
||||||
|
|
||||||
- Hover over your running container and select the **Show container actions**
|
- Hover over your running container and under the **Actions** column, select the **Show container actions**
|
||||||
menu. From the drop-down menu, select **Use Docker Debug**.
|
menu. From the drop-down menu, select **Use Docker Debug**.
|
||||||
- Or, select the container and then select the **Debug** tab. If the
|
- Or, select the container and then select the **Debug** tab. If the
|
||||||
**Debug** tab isn't visible, select the **Exec** tab and then enable the
|
**Debug** tab isn't visible, select the **Exec** tab and then enable the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue