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
Share and learn in the Docker community.
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