brendan-rius / jupyter-c-kernel

Minimal Jupyter C kernel
MIT License
574 stars 144 forks source link

default folder in the docker container? #66

Open pdeitel opened 5 years ago

pdeitel commented 5 years ago

Hi, I am able to run the docker container, but am unable to attach a local folder so I can save my work.

When I run the container, it says the user is "joyvan" so I am using the following command to attach a local folder to the container:

docker run -p 8888:8888 -it --user root -v /pathToMyFolder:/home/joyvan/work brendanrius/jupyter-c-kernel

This command format works for all my other containers to make pathToMyFolder available in the container, so I am wondering if the :/home/joyvan/ is wrong.

josanabr commented 4 years ago

I have the same issue. There is news about how to solve this?