add known issue for compose (#20388)

* add known issue for compose

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Apply suggestions from code review

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
This commit is contained in:
Lorena Rangel 2024-07-09 18:06:23 +02:00 committed by GitHub
parent 9088c030f4
commit 010d5aec4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,12 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro
- Fixed an issue that caused Docker Desktop to remove `Docker.app` when installing from `/Applications`.
- Fixed an issue that caused bind mounts to fail. Fixes [docker/for-mac#7274](https://github.com/docker/for-mac/issues/7274).
### Known issues
#### For Mac
- When running `docker-compose` after an update, it will return `command not found`. As a workaround, you can create the following symlink: `sudo ln -sf /Applications/Docker.app/Contents/Resources/cli-plugins/docker-compose /usr/local/bin/docker-compose`
## 4.31.1
{{< release-date date="2024-06-10" >}}