Add readme
This commit is contained in:
parent
fbeea0db38
commit
6fa0951813
10
README
Normal file
10
README
Normal file
@ -0,0 +1,10 @@
|
||||
build image by shell:
|
||||
docker build -t <author>/jupyter:<tag>
|
||||
|
||||
run container:
|
||||
- First Method
|
||||
docker volume create jupyter
|
||||
docker run -itd --name jupyter -p 8888:8888 -v jupyter:/jupyter <author>/jupyter:<tag>
|
||||
|
||||
- Second Method
|
||||
docker run -itd --name jupyter -p 8888:8888 -v /path/to/save:/jupyter <author>/jupyter:<tag>
|
||||
Loading…
x
Reference in New Issue
Block a user