Hi,
I am running docker on my windows 8.1 machine. After getting the stable image of fenics I run the following:
docker run -ti -v $(pwd):/home/fenics/shared quay.io/fenicsproject/stable
but what is the path for (pwd) on my computer so that I can put my python files into it?