Skip to content

Commit a3d719d

Browse files
committed
update doc
1 parent 1d31653 commit a3d719d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
# plotly.js
2+
-----
3+
24

35
The premier high-level javascript graphing library
6+
7+
8+
9+
10+
## Test Plotly.js with Plot.ly Image-Server docker container
11+
12+
### Run container
13+
14+
```bash
15+
$ docker run -d --name your_container_name \
16+
-v $PWD/plotlyjs:/var/www/streambed/image_server/plotlyjs \
17+
-p 9010:9010 -p 2022:22 plotly/imageserver:[version]
18+
```
19+
20+
### Run the test
21+
22+
```bash
23+
$ docker exec -i your_container_name /bin/bash -c "cd /var/www/streambed/image_server/plotlyjs && npm run test-image"
24+
```

0 commit comments

Comments
 (0)