Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3eaaf14

Browse files
committed
Merge pull request plotly#10 from plotly/jun_doc
add info about docker document
2 parents 47b13b0 + 136fb91 commit 3eaaf14

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/image/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,13 @@ docker ps -a
7373
### Stop container
7474

7575
```bash
76-
docker stop [container hash]
76+
docker stop [container_id]
7777
```
7878

7979
### Remove container
8080

8181
```bash
82-
docker rm [container hash]
82+
docker rm [container_id]
8383
```
84+
85+
For more comprehensive information about docker, please refer to [docker document](http://docs.docker.com/)

0 commit comments

Comments
 (0)