Skip to content

Commit f8f3584

Browse files
lorenrhMihaela Stoicaaevesdocker
authored
add resource saver known issue (#20755)
* add resource saver known issue Signed-off-by: Lorena Rangel <[email protected]> * Update content/desktop/release-notes.md Co-authored-by: Mihaela Stoica <[email protected]> * Update content/desktop/release-notes.md --------- Signed-off-by: Lorena Rangel <[email protected]> Co-authored-by: Mihaela Stoica <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent debd68c commit f8f3584

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/desktop/release-notes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,12 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro
7474

7575
### Known issues
7676

77-
- Compose Bridge does not work automatically when you enable it within the **Experimental** settings tab. It take a few minutes before you are notified that you must 'repair' Docker Desktop which then installs the `compose-bridge` binary.
78-
- The **Convert and Deploy** button in the Compose file viewer might be disabled even when Kubernetes is running and Compose Bridge is enabled. The workaround for this is to disable Compose Bridge in the **Experimental** settings tab, apply the change with **Apply & restart**, then re-enable and select **Apply & restart** again.
77+
- Compose Bridge does not work automatically when you enable it within the **Experimental** settings tab. It takes a few minutes before you are notified that you must 'repair' Docker Desktop which then installs the `compose-bridge` binary.
78+
- The **Convert and Deploy** button in the Compose file viewer might be disabled even when Kubernetes is running and Compose Bridge is enabled. The workaround for this is to disable Compose Bridge in the **Experimental** settings tab, apply the change with **Apply & restart**, then re-enable and select **Apply & restart** again.
7979
- There is a known issue when authenticating against a registry in the Docker CLI (`docker login [registry address]`) where, if the provided registry address includes a repository/image name (such as `docker login index.docker.io/docker/welcome-to-docker`), the repository part (`docker/welcome-to-docker`) is not normalized and results in credentials being stored incorrectly, which causes subsequent pulls from the registry (`docker pull index.docker.io/docker/welcome-to-docker`) to not be authenticated. To prevent this, don't include any extraneous suffix in the registry address when running `docker login`.
8080
> [!NOTE]
8181
> Using `docker login` with an address that includes URL path segments is not a documented use case and is considered unsupported. The recommended usage is to specify only a registry hostname, and optionally a port, as the address for `docker login`.
82+
- When running `docker compose up` and Docker Desktop is in the Resource Saver mode, the command is unresponsive. As a workaround, manually exit the Resource Saving mode and Docker Compose becomes responsive again.
8283

8384
## 4.33.1
8485

0 commit comments

Comments
 (0)