miykael / nipype_tutorial

Learn Nipype with these tutorial notebooks - go here to see them online -->
https://miykael.github.io/nipype_tutorial
BSD 3-Clause "New" or "Revised" License
122 stars 69 forks source link

Can not read files from mounted folders. #183

Open Garam0111 opened 2 years ago

Garam0111 commented 2 years ago

Hi,

I have tried following the nipype tutorial, but with my own data. I mounted the directory where my data is saved to the /data folder of the container. I used the inspect command to see that it is actually mounted. It seems that it was mounted based on the message I got after executing 'inspect'. Below is the part of the message.

"HostConfig": {
"Binds": [ "/home/gjeong/RNG/Sub02:/data", "/home/gjeong/RNG/output:/output"],

My data is saved in the Sub02 directory and I can not see the list of files in the folder when I explore the directory /data of the container.

I am using Ubuntu 18.04, WSL2, and Windows11.

Any help would be very much appreciated sincerely.