当前位置:网站首页>Docker installation and deployment redis
Docker installation and deployment redis
2022-07-01 06:39:00 【Going_ man】
Docker Installation and deployment Redis
1、 Take the latest version Redis Mirror image
docker pull redis:latest
2、 View local image
[[email protected] redis]$ docker images
#==========================================================================================
REPOSITORY TAG IMAGE ID CREATED SIZE
redis latest a09124a3f90d 2 days ago 117MB
#==========================================================================================
3、 Run the container and set the password
#=================================== function redis Container and set the password =======================================
docker run -itd --name redis-exam -p 6379:6379 redis --requirepass "123456"
边栏推荐
- On whether variables are thread safe
- 解决The code generator has deoptimised the styling of xxxx.js as it exceeds the max of 500kb
- 清除过期缓存条目后可用空间仍不足 - 请考虑增加缓存的最大空间
- Understand esp32 sleep mode and its power consumption
- Storage function learning notes
- [ManageEngine Zhuohao] the role of LAN monitoring
- DML statement in SQL (data operation language)
- Functions of switch configuration software
- Mongodb: I. what is mongodb? Advantages and disadvantages of mongodb
- [wechat applet] how to build a building block development?
猜你喜欢
随机推荐
Record MySQL troubleshooting caused by disk sector damage
ESP32深度睡眠电流怎样低于10uA
关于变量是否线程安全的问题
存储过程学习笔记
node中引入模块的原理
Docker 安装部署Redis
JSON module
[enterprise data security] upgrade backup strategy to ensure enterprise data security
Design of sales management system for C language course (big homework)
[unity shader custom material panel part I]
Storage function learning notes
Promise
PAT (Advanced Level) Practice 1057 Stack
If I am in Guangzhou, where can I open an account? Is it safe to open an account online?
华福证券开户是安全可靠的么?怎么开华福证券账户
SQL学习笔记2
Esp32 esp-idf GPIO key interrupt response
Principle of introducing modules into node
Detailed steps for installing redis on Windows system
2022 Jiangsu Vocational College skills competition (secondary vocational school) network construction and application open competition volume




![[unity shader custom material panel part II]](/img/d1/8632ae680299a27b7431b2d6e03fd3.png)



