Skip to content

Commit 798c5c0

Browse files
committed
update README.md
1 parent 5950c53 commit 798c5c0

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
.Trashes
88
ehthumbs.db
99
Thumbs.db
10+
11+
build

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
# jupyter-docker
22

3-
## Config
3+
## Build and run
44
set external dir as workspace in `build` file by replace `<your path>` to your workspace path
55
```
6+
docker build -t jupyter .
67
docker run --name jupyter --restart=always --network=host -p 8888:8888 -v <your path>:/home/jupyter jupyter
78
```
8-
9-
## Build and run
10-
you can change docker run args in `build` file line 5
11-
```
12-
./build
13-
```

build

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)