harschware

Results 14 comments of harschware

The following shows permissions on the /home/centos directory (using ls -la instead of default CMD). ```[root@sandbox ~]# docker run --name sparkall --user root -e NB_USER=centos -e NB_GROUP=centos -e NB_UID=$(id -u...

[root@sandbox ~]# docker run --name sparkall --user root -e NB_USER=centos -e NB_GROUP=centos -e NB_UID=$(id -u centos) -e NB_GID=$(id -g centos) -p 8888:8888 -v work:/home/centos/work jupyter/all-spark-notebook start.sh ls -al /home/centos Set...

A couple of things I noticed: 1) if I don't specify a full path to -v as in "work:/home/centos/work" work will be created in /var/lib/docker/volumes by root. [root@sandbox ~]# ll...

@Bidek56 I filed this issue 4 years ago and no longer work with jupyter code. I'm unsure the current status and lack the ability to test now. As far as...