mirror of https://github.com/docker/docs.git
dtr: promote current_issues in rethinkcli docs
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
parent
6cfcb5439b
commit
e37c3a4dac
|
@ -69,6 +69,10 @@ tool launches an interactive prompt where you can run RethinkDB
|
|||
queries such as:
|
||||
|
||||
```none
|
||||
# List problems detected within the rethinkdb cluster
|
||||
> r.db("rethinkdb").table("current_issues")
|
||||
...
|
||||
|
||||
# List all the DBs in RethinkDB
|
||||
> r.dbList()
|
||||
[ 'dtr2',
|
||||
|
@ -96,10 +100,6 @@ queries such as:
|
|||
pk: 'cf5e8bf1197e281c747f27e203e42e22721d5c0870b06dfb1060ad0970e99ada',
|
||||
visibility: 'public' },
|
||||
...
|
||||
|
||||
# List problems detected within the rethinkdb cluster
|
||||
> r.db("rethinkdb").table("current_issues")
|
||||
...
|
||||
```
|
||||
|
||||
Indvidual DBs and tables are a private implementation detail and may change in DTR
|
||||
|
|
|
@ -69,6 +69,10 @@ tool launches an interactive prompt where you can run RethinkDB
|
|||
queries such as:
|
||||
|
||||
```none
|
||||
# List problems detected within the rethinkdb cluster
|
||||
> r.db("rethinkdb").table("current_issues")
|
||||
...
|
||||
|
||||
# List all the DBs in RethinkDB
|
||||
> r.dbList()
|
||||
[ 'dtr2',
|
||||
|
@ -96,10 +100,6 @@ queries such as:
|
|||
pk: 'cf5e8bf1197e281c747f27e203e42e22721d5c0870b06dfb1060ad0970e99ada',
|
||||
visibility: 'public' },
|
||||
...
|
||||
|
||||
# List problems detected within the rethinkdb cluster
|
||||
> r.db("rethinkdb").table("current_issues")
|
||||
...
|
||||
```
|
||||
|
||||
Indvidual DBs and tables are a private implementation detail and may change in DTR
|
||||
|
|
|
@ -69,6 +69,10 @@ tool launches an interactive prompt where you can run RethinkDB
|
|||
queries such as:
|
||||
|
||||
```none
|
||||
# List problems detected within the rethinkdb cluster
|
||||
> r.db("rethinkdb").table("current_issues")
|
||||
...
|
||||
|
||||
# List all the DBs in RethinkDB
|
||||
> r.dbList()
|
||||
[ 'dtr2',
|
||||
|
@ -96,10 +100,6 @@ queries such as:
|
|||
pk: 'cf5e8bf1197e281c747f27e203e42e22721d5c0870b06dfb1060ad0970e99ada',
|
||||
visibility: 'public' },
|
||||
...
|
||||
|
||||
# List problems detected within the rethinkdb cluster
|
||||
> r.db("rethinkdb").table("current_issues")
|
||||
...
|
||||
```
|
||||
|
||||
Indvidual DBs and tables are a private implementation detail and may change in DTR
|
||||
|
|
Loading…
Reference in New Issue