Skip to content

Commit

Permalink
Merge pull request pingcap#666 from pingcap/morefreeze/update_quickstart
Browse files Browse the repository at this point in the history
QUICKSTART: little modify
  • Loading branch information
c4pt0r committed Dec 1, 2015
2 parents d8911de + 695d596 commit b7dce28
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

#### Run tidb with docker

You can quickly test tidb with docker, the source repository contains the Dockerfile,
You can build TiDB docker image and then run TiDB in a docker container.
You can quickly test tidb with docker, the source repository contains the Dockerfile which
contains local tidb-server.

Or you can pull TiDB docker image contains HBase standalone and then run TiDB as distributed database in a docker container.

To install docker on your system, you can read the document on https://docs.docker.com/

Expand Down Expand Up @@ -67,7 +69,3 @@ After you started tidb-server, you can use official mysql client to connect to T
```
mysql -h 127.0.0.1 -P 4000 -u root -D test
```

#### __Run as MySQL protocol server with distributed transactional KV storage engine__

Comming soon.

0 comments on commit b7dce28

Please sign in to comment.