mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #25948 from lixiaobing10051267/masterImages
get a redis-cli image while using docker pull
This commit is contained in:
commit
602b238136
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ On the Docker host (192.168.1.52) that Redis will run on:
|
||||||
# start actual redis server
|
# start actual redis server
|
||||||
$ docker run -d --name redis crosbymichael/redis
|
$ docker run -d --name redis crosbymichael/redis
|
||||||
|
|
||||||
# get a redis-cli container for connection testing
|
# get a redis-cli image for connection testing
|
||||||
$ docker pull relateiq/redis-cli
|
$ docker pull relateiq/redis-cli
|
||||||
|
|
||||||
# test the redis server by talking to it directly
|
# test the redis server by talking to it directly
|
||||||
|
|
Loading…
Reference in a new issue