I'm new to Redis/RedisInsight and Docker.
I have windows 8. I'm trying to use RedisInsight via docker. I'm running following command.
docker run -v redisinsight:/db -p 8001:8001 redislabs/redisinsight
as mentioned in this tutorial. https://docs.redislabs.com/latest/ri/installing/install-docker/
I assume I'm getting the correct console output displayed in the docker terminal.
but when I hit the mentioned URL in browser, I'm getting
I'm surely missing some step, can someone kindly guide me how to resolve this issue.