We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47b13b0 + 136fb91 commit 3eaaf14Copy full SHA for 3eaaf14
1 file changed
test/image/README.md
@@ -73,11 +73,13 @@ docker ps -a
73
### Stop container
74
75
```bash
76
-docker stop [container hash]
+docker stop [container_id]
77
```
78
79
### Remove container
80
81
82
-docker rm [container hash]
+docker rm [container_id]
83
84
+
85
+For more comprehensive information about docker, please refer to [docker document](http://docs.docker.com/)
0 commit comments