Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For more details about all navigation methods, see the [Navigation API reference

> Deprecated navigation methods
>
> These methdos are deprecated and will be removed in a future version. Use the methods specified above.
> These methods are deprecated and will be removed in a future version. Use the methods specified above.

```typescript
window.ddClient.navigateToContainers();
Expand Down
2 changes: 1 addition & 1 deletion content/desktop/previous-versions/2.x-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,6 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features:
- VPNKit: Improved scalability of port forwarding.
- VPNKit: Limit the size of the UDP NAT table. This ensures port forwarding and regular TCP traffic continue even when running very chatty UDP protocols.
- LCOW does not need --platform flag on multi-arch images any more
- Disk size can now be ajusted from 32GiB to drive space.
- Disk size can now be adjusted from 32GiB to drive space.
- Fix dns update too verbose in logs
- Fix panic in diagnose
2 changes: 1 addition & 1 deletion content/desktop/previous-versions/3.x-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Docker Desktop can sometimes fail to start after updating to version 3.2.0. If y

### Known issues

- It is currently not possible to bind mount files within `~/Libary` into a container. See [docker/for-mac#5115](https://github.com/docker/for-mac/issues/5115).
- It is currently not possible to bind mount files within `~/Library` into a container. See [docker/for-mac#5115](https://github.com/docker/for-mac/issues/5115).
- Building an image with BuildKit from a git URL fails when using the form `github.com/org/repo`. To work around this issue, use the form `git://github.com/org/repo`.
- Some DNS addresses fail to resolve within containers based on Alpine Linux 3.13. See [docker/for-mac#5020](https://github.com/docker/for-mac/issues/5020).

Expand Down
2 changes: 1 addition & 1 deletion content/desktop/previous-versions/edge-releases-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
* Bug fixes and minor changes
- LCOW does not anymore need --platform flag on multi-arch images
- Better WCOW host.docker.internal resolution on host, don't rewrite it if not modified. From [docker/for-win#1976](https://github.com/docker/for-win/issues/1976)
- Disk size can now be ajusted from 32GiB to drive space.
- Disk size can now be adjusted from 32GiB to drive space.
- Fix dns update too verbose in logs
- Fix panic in diagnose

Expand Down
2 changes: 1 addition & 1 deletion content/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/re

### Known Issues

- Binding a priviledged port on Docker Desktop does not work on macOS. As a workaround you can expose the port on all interfaces (using `0.0.0.0`) or using localhost (using `127.0.0.1`).
- Binding a privileged port on Docker Desktop does not work on macOS. As a workaround you can expose the port on all interfaces (using `0.0.0.0`) or using localhost (using `127.0.0.1`).

## 4.22.1

Expand Down