Description
I am using Docker version 1.12.5 on Windows 10 via Hyper-V and want to use container executables as commands in the current path. I buil
This works for me in PowerShell:
docker run --rm -v ${PWD}:/data alpine ls /data