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.
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.