当前位置:网站首页>【8】Docker中部署Redis
【8】Docker中部署Redis
2022-08-05 05:25:00 【技术的搬运工】
1)拉取镜像
docker pull redis
这是我在 VMware 的 CentOS 中装过的 redis 版本,拉取该指定版本使用 docker pull redis:5.0.12 命令,
不过下面在docker中安装,我们使用最新的
2)根据 redis 镜像创建 redis 容器
docker run -di --name=redis -p 6379:6379 redis:latest # 别忘了 端口映射 的配置
查看 redis 启动情况
然后使用 redis 连接工具 RedisDesktopManager 就可以直接连接 redis 容器了
边栏推荐
- D39_ coordinate transformation
- vscode notes
- D46_Force applied to rigid body
- el-progress implements different colors of the progress bar
- 深入分析若依数据权限@datascope (注解+AOP+动态sql拼接) 【循序渐进,附分析过程】
- D39_Eulerian Angles and Quaternions
- 【FAQ】What is Canon CCAPI
- DevOps process demo (practical record)
- VRRP overview and experiment
- Alibaba Cloud Video on Demand
猜你喜欢
NAT experiment
NB-IOT智能云家具项目系列实站
Vim tutorial: vimtutor
cs231n learning record
sql server duplicate values are counted after
The cocos interview answers you are looking for are all here!
盒子模型小练习
Transformer详细解读与预测实例记录
uniapp打包次数限制怎么办?只需两步就能解决
Some basic method records of commonly used languages in LeetCode
随机推荐
## 简讲protobuf-从原理到使用
Pytorch分布式并行处理
May I ask how to read the binlog of the two tables of hologres through flink sql, and then how to join?
Network Troubleshooting Basics - Study Notes
【FAQ】CCAPI Compatible EOS Camera List (Updated in August 2022)
uniapp打包次数限制怎么办?只需两步就能解决
Difference between link and @improt
Complete mysql offline installation in 5 minutes
txt文件英语单词词频统计
盒子模型小练习
VS Code私有服务器部署(私有化)
Nacos配置服务的源码解析(全)
Some basic method records of commonly used languages in LeetCode
盒子模型中过度约束问题及其解决办法
NB-IOT智能云家具项目系列实站
指针常量与常量指针 巧记
LeetCode练习及自己理解记录(1)
The use of three parameters of ref, out, and Params in Unity3D
reduce()方法的学习和整理
GetEnumerator method and MoveNext and Reset methods in Unity