Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3eaaf14

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

File tree

1 file changed

+4
-2
lines changed
Filter options

1 file changed

+4
-2
lines changed

‎test/image/README.md

Copy file name to clipboardExpand all lines: test/image/README.md
+4-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.