A repository with all included for scientific work.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
372 B

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