Docker FEniCS problem

Hello, I have a problem with usage of FEniCS image. I would like to convert mesh with fenics-dolfin, but I have got some error. Can anybody help?

I have used commands:

  1. docker run -it -v ‘/c/docker’:/home/fenics/shared fenicsproject/stable
  2. go to shared/tmp
  3. in tmp there are no files, I don`t know why.
  4. try dolfin-convert ff8.msh ff8.xml
  5. got some error

Thanks in advance.)
(PS. Cannot add screens)

Hi,
Could you share the output of
ls /c/docker on your local machine?

Anyway, i would not recommend using dolfin-convert any longer, as it is not maintained. See:

With docker I can see files in directory, but with FEniCS not.

Thnaks for advice about dolfin)

Files in folder.

Could you do echo $(pwd) in that folder?

Looks like it works.

Could you run the command i proposed above. It will tell you the full path to Where you are.
SImilar to this

jsd55@c-19-28 ~/Documents  echo $(pwd)
/home/jsd55/Documents

Try without the string encapsulation.

What do You mean by string encapsulation?

docker run -it -v /c/docker:/home/fenics/shared fenicsproject/stable

It doesn`t help I have tried different ways.

This is not a fenics issue. But have you tried sharing any other directory?

Yes, result is the same.

See:

Thank you)))))))))))