# Readme To run the container use: ``` shell docker run -it -p 8888:8888 -v /Users/gmarx/lwc/academia/courses/md/arch-container/data:/home arch-container ``` or use the command `./runcon.sh` command inside the container you can run several commands to work with, like jupyter notebook: ``` shell jupyter-notebook --allow-root --ip=0.0.0.0 --NotebookApp.token='' ```