Install Redis using docker and docker compose | Redis Insight docker installation

preview_player
Показать описание
In this video we will learn to install the Redis server and Redis insight installation using docker and docker-compose.
The blog containing all the steps are here

### Supporting Articles and Videos

## How to install docker on Ubuntu 22.x
## Part 5 : Install Docker on windows and mac and Linux | Docker for Beginners
Рекомендации по теме
Комментарии
Автор

There are a few comments related to the port not working for Redis Insight. The Redis insight team is constantly changing the exposed Port. Now I have given the explicit tag of 1.14.0 for the Redis insight docker container and here port 1.14.0 will work fine.
Please use redislabs/redisinsight:1.14.0 image for redis-insight

codewithrajranjan
Автор

Straight to the point! haha I love it!

aeronesto
Автор

it was very simple and good for beginners. really nice. thank you

rjyvnzf
Автор

For me, redis insight port had to be 5540:5540. Hope it helps.

---jjlf
Автор

Hello and thank you for the good and informative tutorial. I would like to use redis for several applications (for example Nextcloud, etc.). Do I have to set up a separate redis Docker container for each application or can I set up several databases for the different applications in ONE Docker container?

daniel
Автор

Redis-insight hosted port not exposed in browser. However its exposed in docker container. Someone tell me whats wrong here?

yogeshgamit