You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to Docker Desktop 4.36.0 using secrets with files leads to following error:
docker compose up -d
[+] Running 0/0
⠋ Container test-alpine-1 Creating 0.0s
Error response from daemon: path /var/www/test/wooot is mounted on / but it is not a shared mount.
A downgrade (\DockerDesktopInstaller.exe install --disable-version-check) to Docker Desktop 4.35.1 "fixes" the issue.
A repeated upgrade didn't change anything.
Reproduce
Following docker compose fails for me after updating to Docker Desktop 4.36.0:
Create a docker-compose.yml file with the following content:
Description
After updating to Docker Desktop 4.36.0 using secrets with files leads to following error:
A downgrade (
\DockerDesktopInstaller.exe install --disable-version-check
) to Docker Desktop 4.35.1 "fixes" the issue.A repeated upgrade didn't change anything.
Reproduce
Following docker compose fails for me after updating to Docker Desktop 4.36.0:
docker-compose.yml
file with the following content:wooot
file in the same directory asdocker-compose.yml
docker compose up -d
in the directory wheredocker-compose.yml
is locatedExpected behavior
File based secrets should be mounted to
/var/run
as documented here https://docs.docker.com/compose/how-tos/use-secrets/#simpledocker version
docker info
Diagnostics ID
553B5EAC-88C4-48F5-96A0-73CD956EC9F5/20241119192925
Additional Info
No response
The text was updated successfully, but these errors were encountered: