INSTALLSenceDemoArticleFGJ: Create:2024/05/11 Update: [2025-01-01]Intro(Install) #压缩包安装 #Docker配置环境# 启动服务器 $ docker run -d -p 6379:6379 --name redis-6.2.8 redis:6.2.8 redis-server --save 60 1 --loglevel warning # 使用自定义的配置文件 $ docker run -d -p 6379:6379 -v /myredis/conf:/usr/local/etc/redis --name redis-6.2.8 redis:6.2.8 redis-server /usr/local/etc/redis/redis.conf 测试# 使用redis容器内部客户端进行访问 $ docker run -it --rm --network host redis:6.2.8 redis-cli -h 127.0.0.1 Reference #https://hub.docker.com/_/redisCentos7Ubuntu修改密码的几种方式 #注意事项 #Reference #Please enable JavaScript to view the comments powered by Disqus.comments powered by Disqus