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
Running a service that points to a local (Windows client) secret file on a Linux Engine results in the following error:
Error response from daemon: invalid mount config for type "bind": invalid mount path: 'C:/Users/me/Source/Repos/Scripts/ssl/ca.crt' mount path must be absolute
I guess the file is not transferred to the remote Engine, and the path is used as-is. Is this by design?
Steps To Reproduce
Windows 10 client with compose file and local secret files
SSH authentication to the Docker Engine, key loaded in Windows ssh-agent
Linux Debian 12 virtual machine (IP 10.42.64.1 in virtual network) with latest Docker Engine installed and working
As docker engine lack support for secrets (this is a docker swarm feature) secrets indeed are translated into a plain bind mount, targeting use with a local docker engine (or docker desktop)
Closing as a duplicate for #11867
Description
Running a service that points to a local (Windows client) secret file on a Linux Engine results in the following error:
I guess the file is not transferred to the remote Engine, and the path is used as-is. Is this by design?
Steps To Reproduce
ssh-agent
Compose file:
Environment variables:
Command:
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: