In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces docker how to install redis, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.
Docker install redis
There are roughly the following steps:
Prepare the configuration file
Execute command installation
Prepare the configuration file
The configuration file is mainly modified in two places, one is password and the other is native binding.
The modified configuration file is as follows:
Https://img.hacpai.com/file/2019/11/redisconf-7490d804.zip
Note the following locations
Line # 69, unbind the local machine. You can connect line # bind 127.0.0.1 to 88 by another machine, and set it to no so that protected-mode no can be connected by another machine.
# 507 Line set password requirepass javastudy execution command installation
Docker run-- name redis-docker-p 63379 redis redis-server 6379-v / Users/javastudy/Downloads/redis.conf:/usr/local/etc/redis/redis.conf-d redis redis-server / usr/local/etc/redis/redis.conf
-- name gave the container a name
Port 63379 on the mainframe is bound to port 6379 of the docker container
-v host path: the path in the container is similar to-p. This is the binding file.
-d make the container run in the background
Running effect
Use the tool to connect the test:
The connection is successful, and you can set and get
Thank you for reading this article carefully. I hope the article "how to install docker redis" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.