Skip to content
Snippets Groups Projects
Commit f1fbc5ae authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

adds a readme.

parent fa401226
Branches
No related tags found
No related merge requests found
# Jupyterlab PostgreSQL Image
A jupyterlab image with postgresql installed and started.
A database `demodb` is created for user `jovyan`.
```bash
WORKDIR=$HOME/JUPYTER_WORK
docker run --rm -it \
--user root \
--name ${PWD##*/} \
--volume $WORKDIR:/home/jovyan/work \
--publish 8888:8888 \
--env NB_UID=$UID \
brunoe/jupyter-db-pg:develop start-notebook.sh
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment