docs: link fix and typo: Deploy Docker
Fixed a link and fixed typo with SanDiego for Deploy TDengine in Docker page
This commit is contained in:
parent
bb51cd6cdd
commit
6b9a368257
|
@ -118,7 +118,7 @@ Output is like below:
|
|||
{"status":"succ","head":["name","created_time","ntables","vgroups","replica","quorum","days","keep0,keep1,keep(D)","cache(MB)","blocks","minrows","maxrows","wallevel","fsync","comp","cachelast","precision","update","status"],"column_meta":[["name",8,32],["created_time",9,8],["ntables",4,4],["vgroups",4,4],["replica",3,2],["quorum",3,2],["days",3,2],["keep0,keep1,keep(D)",8,24],["cache(MB)",4,4],["blocks",4,4],["minrows",4,4],["maxrows",4,4],["wallevel",2,1],["fsync",4,4],["comp",2,1],["cachelast",2,1],["precision",8,3],["update",2,1],["status",8,10]],"data":[["test","2021-08-18 06:01:11.021",10000,4,1,1,10,"3650,3650,3650",16,6,100,4096,1,3000,2,0,"ms",0,"ready"],["log","2021-08-18 05:51:51.065",4,1,1,1,10,"30,30,30",1,3,100,4096,1,3000,2,0,"us",0,"ready"]],"rows":2}
|
||||
```
|
||||
|
||||
For details of REST API please refer to [REST API]](/reference/rest-api/).
|
||||
For details of REST API please refer to [REST API](/reference/rest-api/).
|
||||
|
||||
### Run TDengine server and taosAdapter inside container
|
||||
|
||||
|
@ -265,7 +265,7 @@ Below is an example output:
|
|||
$ taos> select groupid, location from test.d0;
|
||||
groupid | location |
|
||||
=================================
|
||||
0 | California.SanDieo |
|
||||
0 | California.SanDiego |
|
||||
Query OK, 1 row(s) in set (0.003490s)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue