This commit is contained in:
2019-01-31 09:03:07 +01:00
parent e9c535c701
commit 5ffb14c5bb
3 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,11 @@
#!/bin/bash
# docker volume create jupyter-data
docker run \
-d \
-v jupyter-data:/home/jovyan/work \
-p 8888:8888 \
--rm \
--name jupyter \
registry.gitlab.com/wolutator/jupyter-scipy-database-extension:latest