Skip to content

Commit

Permalink
Fix typo errors for docker doc sections
Browse files Browse the repository at this point in the history
Thanks for @siddontang

Signed-off-by: ZhiFeng Hu <[email protected]>
  • Loading branch information
netroby committed Nov 11, 2015
1 parent 410b934 commit e431344
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Read the [Roadmap](./ROADMAP.md).
#### Run tidb with docker

You can quickly test tidb with docker, the source repository contains Dockerfile,
You can build docker and then run an docker container with tidb
You can build docker and then run a docker container with tidb.
To install docker on your system, you can read the document on https://docs.docker.com/


Expand All @@ -51,9 +51,9 @@ docker images
docker run -d -p 4000:4000 --name tidb-server tidb-server
```
Then you can connect 127.0.0.1:4000 by mysql client or telnet.
The tidb is ready for serve.
The tidb is ready for serving.

Please do not just put this on production environment, you need write your own configure replace the default configure.
Please do not just put this on production environment, you need to write your own config to replace the default config.

#### __Pre-requirement__

Expand Down

0 comments on commit e431344

Please sign in to comment.