asking
asking

Reputation: 305

Unable to find image locally docker: Error response from daemon: {"message":"connection refused"}

I've been using docker several time from my company computer but not continiously and never had any problem before. Today i try to run this command(from windows cmd) :

docker run -d --name redisinsight -p 5540:5540 redis/redisinsight:latest

And I got this error:

Unable to find image 'redis/redisinsight:latest' locally docker: Error response from daemon: {"message":"connection refused"}. See 'docker run --help'.

I try to run other images and got the same results.

Upvotes: 0

Views: 115

Answers (0)

Related Questions