You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: