当前位置:网站首页>【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 容器了
边栏推荐
- Come, come, let you understand how Cocos Creator reads and writes JSON files
- selenium学习
- NACOS Configuration Center Settings Profile
- 大小屏适配
- DevOps流程demo(实操记录)
- js 使用雪花id生成随机id
- Dry!Teach you to use industrial raspberries pie combining CODESYS configuration EtherCAT master station
- product learning materials
- 前置++和后置++的区别
- Network Troubleshooting Basics - Study Notes
猜你喜欢
随机推荐
LeetCode中常用语言的一些基本方法记录
Met with the browser page
Alibaba Cloud Video on Demand
Tips for formatting code indentation
图像处理、分析与机器视觉一书纠错笔记
Programmers should understand I/O this way
Nacos集群的搭建过程详解
大小屏适配
Configuration of routers and static routes
D39_ coordinate transformation
The method of using ROS1 bag under ROS2
【FAQ】What is Canon CCAPI
D45_Camera assembly Camera
DevOps process demo (practical record)
What is the website ICP record?
滚动条问题,未解决
System basics - study notes (some command records)
selenium learning
LaTeX uses frame to make PPT pictures without labels
网络协议基础-学习笔记