mirror of https://github.com/docker/docs.git
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:
parent
9088c030f4
commit
010d5aec4f
|
@ -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" >}}
|
||||
|
|
Loading…
Reference in New Issue