ipythonwithdatabase/start-ipython-notebook.sh
2019-01-18 23:07:40 +01:00

13 lines
235 B
Bash
Executable File

#!/bin/bash
# docker volume create ipython-notebooks
docker run \
-d \
-v ipython-notebooks:/notebooks \
-p 8888:8888 \
-e "PASSWORD=geheim" \
--name ipython-notebook \
registry.gitlab.com/wolutator/ipythonwithdatabase:latest