mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
get a redis-cli image using docker pull
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn> Upstream-commit: 4f7195e3c91903c23e9e36c57955ca60fe0e71fa Component: engine
This commit is contained in:
@@ -70,7 +70,7 @@ On the Docker host (192.168.1.52) that Redis will run on:
|
||||
# start actual redis server
|
||||
$ 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
|
||||
|
||||
# test the redis server by talking to it directly
|
||||
|
||||
Reference in New Issue
Block a user