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.