Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions test/image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,13 @@ docker ps -a
### Stop container

```bash
docker stop [container hash]
docker stop [container_id]
```

### Remove container

```bash
docker rm [container hash]
docker rm [container_id]
```

For more comprehensive information about docker, please refer to [docker document](http://docs.docker.com/)