Skip to content

Commit

Permalink
Update QUICKSTART.md
Browse files Browse the repository at this point in the history
use the right command.
  • Loading branch information
c4pt0r committed Dec 1, 2015
1 parent 2788940 commit 04e33b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To install docker on your system, you can read the document on https://docs.dock

```
docker pull pingcap/tidb:latest
docker run --name tidb-server --detach --publish 4000:4000 pingcap/tidb:latest
docker run --name tidb-server -d -p 4000:4000 pingcap/tidb:latest
```

`docker pull` may take a while to download images ~560M.
Expand Down

1 comment on commit 04e33b8

@siddontang
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.