Bind Own location in Dockers

Hi,

I’m starting to learn Python and I installed Jupyter Labs Scipy notebook as a docker on my Raspberry Pi.
I’ve followed all the instructions and it works.

However I would like to bind and mount my own location for the saved files / folders rather then the standard one. According to the instruction I should do this by mapping them as below; “/home/pi/Configs/Jupyter/:/home/jovyan/work” in the docker compose.

Now I have done this but no matter what I do, the files and folders which I have in my own structure are not to be seen in Jupyter Labs.

I’m sure I’m missing something but I don’t have an clue how to get this done. So would anyone have an idea on how to achieve this?

Many thanks.

Best Regards,
B

I actually figured out the issue;
I was mapping towards /home/joyvan/work while the work directory is /home/joyvan/.

So as soon I changed this, everything worked as expected! :slight_smile:

2 Likes