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
{{ message }}
This repository was archived by the owner on Sep 26, 2021. It is now read-only.
It seems to be doing something weird with the path.
On git-bash:
$ docker run --rm -v c:/Users:/data alpine ls /data
ls: C:/Program Files/Git/data: No such file or directory
On cmd.exe:
C:\Windows\System32>docker run --rm -v c:/Users:/data alpine ls /data
All Users
Default
Default User
Default.migrated
DefaultAppPool
Public
desktop.ini
C:\Windows\System32>docker --version
Docker version 17.06.0-ce, build 02c1d87
madhead, CaBz, Jacob-Gray, nwolverson, anderejd and 30 moreremmeier