Share files between host and container

Dear all,
I am very sorry if the question turns out to be very easy (I am an engineer with little experience in computer science :slightly_smiling_face:), but I would like to use FEniCS to run my FEM simulations on my Windows 10 system. After struggling with Ubuntu (which didn’t work well) I am now trying to install the package via the Docker image, i.e. following the manual https://fenics-containers.readthedocs.io/en/latest/introduction.html. The initial steps worked well, but now I am stuck at Section 2.3 on ‘Sharing files from the host into the container’. When I try to run the line < docker run -ti -v $(pwd):/home/fenics/shared quay.io/fenicsproject/stable > I get the error ‘invalid reference format’ (see screenshot below). How can I solve this error (I checked < docker run --help > but it does not really give me an idea on the way forward? Do I have to change the < /home/fenics/shared > part and if yes, to what?

Once again sorry to bother you with a (likely) easy question, but I hope you can help me. Thanks in advance.

Have you looked as this: https://stackoverflow.com/questions/45682010/docker-invalid-reference-format/51379726#51379726 ?