O.S: windows 10. Running from docker through CMD terminal
Dear experts.
The docker container has been succesfully installed in windows 10.
Problem: I can not access the data from my local machine. In the example below, I tried to display image header information from one .nii file:
I also tried the following path.
docker run -it -v C:\path\to\your\data:/data mrtrix3/mrtrix3
Namely, without “container” in the path:
Thanks for any input. I could not find info in the tutorials regarding the docker containers.