Use of Docker images

Dear all,

I’m running sen4cap on a fresh centos vm and do not want to affect the system by installing new stuff. Anyway I would need to have a jupyter-lab together with python3 on the same machine.
Do you think I can safely pull a docker image containg python3 together with jupyter-lab?

Best,
Martin

It should be fine @maatin. What you do with docker stays within that image.

1 Like