How to install Redis on Docker with Example ?

In this tutorial we’re going to learn how to install redis on docker with example. I have mentioned in every step with example of installations.

1st step open your terminal and run below code

docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest

Next to open docker and go to resources and enable ubuntu and click on restart

Next go to ubuntu

Next go to browser and put below code

http://localhost:8001/

Now you can check the redis GUI

Hi I am Amit Kumar Thakur Experienced as s Software Developer with a demonstrated history of working in the information technology and services industry. Skilled in HTML, CSS, Bootstrap4, PHP, Laravel-9 , REST API,FB API,Google API, Youtube Api, Bitbucket,Github,Linux and jQuery. Strong engineering professional focused in Computer/Information Technology Administration and Management. Currently my profile is to Software Developer, analyze the requirement, creating frame for web application, coding and maintenance.

Related Posts

How to install docker on windows?

In this tutorial I’m going to learn how to install docker on windows . Follow this tutorial i have to install docker on windows in very easy…

How to run docker image using localhost ?

In this tutorial im going to learn how to run docker image in localhost. Run below code Open below url Now working successfully.

How to Check Container and Images Available on Docker using Command ?

In this tutorial am going to learn how to check how many containers and images available on docker lets go to check. Run below command Output: –…

Unable to find image ‘getting-started:latest’ locally

In this tutorial im going to sove Unable to find image ‘getting-started:latest’ locally issue when i run this command “docker run -dp 127.0.0.1:3000:3000 getting-started” this showing error….

What is Docker ? Docker architecture Explained ?

What is Docker? Docker is a conatainer management tools .One of the great things about open source is that you have choice in what technology you use…

How to install Docker on Windows ? Docker Installation Explained.

In this tutorial I’m going to learn how to install docker on windows . Follow this tutorial i have to install docker on windows in very easy…

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x