Share directory in docker ( windows 10 platform )

I have installed docker in windows 10 and pulled latest version of FENICS. I am able to run demo codes but I have issue with sharing the directory from my system. I am using this command:

docker run -ti -v $(pwd):/home/fenics/shared quay.io/fenicsproject/stable

Thanks for the help.

Please share the full error message you obtain.

Please find the attached document.

Next time, please attach the error as plaintext encapsulated with ``` instead of a png.

Please see: https://stackoverflow.com/questions/41485217/mount-current-directory-as-a-volume-in-docker-on-windows-10
On how to mount docker with a shared directory on windows.

1 Like