From 90a695134692270be1d142a45a0f054da7a91d13 Mon Sep 17 00:00:00 2001 From: Piotr Date: Fri, 6 May 2022 14:35:29 +0200 Subject: [PATCH] DDL: Describe known issues for 4.8 (#14677) * DDL: Describe known issues for 4.8 Signed-off-by: Piotr Stankiewicz * Update desktop/linux/release-notes/index.md Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> --- desktop/linux/release-notes/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/desktop/linux/release-notes/index.md b/desktop/linux/release-notes/index.md index cc39ff5d81..04f67fe704 100644 --- a/desktop/linux/release-notes/index.md +++ b/desktop/linux/release-notes/index.md @@ -18,3 +18,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro > [DEB](https://desktop-stage.docker.com/linux/main/amd64/78933/docker-desktop-4.8.0-amd64.deb) | > [RPM](https://desktop-stage.docker.com/linux/main/amd64/78933/docker-desktop-4.8.0-x86_64.rpm) | > [Arch package](https://desktop-stage.docker.com/linux/main/amd64/78933/docker-desktop-4.8.0-x86_64.pkg.tar.zst) + +## Known issues + +- Changing ownership rights for files in bind mounts fails. This is due to the way we have implemented file sharing between the host and VM within which the Docker Engine runs. We aim to resolve this issue in the next release.