Sharing a volume on Windows with Docker toolbox

For those interested in an answer, you can find it here :

Turned out I had to move my files in the C/Users/Public folder

docker run --name=php5.6_container --rm -v “/c/Users/sites:/var/www/html” -p 80:80 -p 8080:8080 php5.6