dockerfile
Understand image layering
docker-compose.yml
jupyter:
container_name: jupyter
image: jupyter/scipy-notebook:latest
restart: always
volumes:
- ./jupyter_data/work/:/home/jovyan/work/
ports:
- 10000:8888
environment:
- JUPYTER_ENABLE_LAB=yes
- TZ=Europe/Zurich