Skip to content

Commit 12b67b9

Browse files
committed
add known issue for 4.43.0
Signed-off-by: Lorena Rangel <[email protected]>
1 parent b7bd1c2 commit 12b67b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
9191
#### For all platforms
9292

9393
- `docker buildx bake` will not build images in Compose files with a top-level models attribute. Use `docker compose build` instead.
94+
- Gordon responses containing HTML can cause Desktop UI to be permanently broken. As a workaround, you can delete `persisted-state.json` file to reset the UI. The file is located in the following directories:
95+
- Windows: `%APPDATA%\Docker Desktop\persisted-state.json`
96+
- Linux: `$XDG_CONFIG_HOME/Docker Desktop/persisted-state.json` or `~/.config/Docker Desktop/persisted-state.json`
97+
- Mac: `~/Library/Application Support/Docker Desktop/persisted-state.json`
9498

9599
#### For Windows
96100

0 commit comments

Comments
 (0)