docker problem: Could not connect to Redis at redis-server:6379: Name or service not known
在使用docker运行redis时,客户端连接失败,出现了如下错误:#开启redis服务器$dockerrun--namesome-redis-dredis#客户端连接$dockerrun--it--rmredisredis-cli-hsome-redisCouldnotconnecttoRedisatredis-server:6379:Nameorservicenotknown使用docker的