mirror of https://github.com/docker/docs.git
				
				
				
			Merge pull request #25948 from lixiaobing10051267/masterImages
get a redis-cli image while using docker pull (cherry picked from commit 602b2381360cf59fffe46b64bb4bdfa180639c44) Signed-off-by: Charles Smith <charles.smith@docker.com>
This commit is contained in:
		
							parent
							
								
									9234cc38e2
								
							
						
					
					
						commit
						6e9dd212b9
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue