当前位置:网站首页>Dock installation redis
Dock installation redis
2022-04-23 18:01:00 【Shallow singing ~ happiness】
1. View available Redis edition visit Redis Image library address : https://hub.docker.com/_/redis?tab=tags. Can pass Sort by View other versions of Redis, The default is the latest version redis:latest.
2. You can also use docker search redis Command to view the available versions :
3. Take the latest version Redis Mirror image
docker pull redis:latest
4. see redis Mirror image
docker images
5. Use the following command to run redis Containers :
docker run -itd --name redis-test -p 6379:6379 redis
6. Query run redis Containers :
docker ps
7. Get into redis Containers :
docker exec -it Containers Id /bin/bash
8. Connect redis
版权声明
本文为[Shallow singing ~ happiness]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231800322998.html
边栏推荐
- Land cover / use data product download
- Examination question bank and online simulation examination of the third batch (main person in charge) of special operation certificate of safety officer a certificate in Guangdong Province in 2022
- ArcGIS license error -15 solution
- Qtablewidget usage explanation
- Special effects case collection: mouse planet small tail
- The method of changing a value in the array and a value in the object of wechat applet
- proxy server
- JS high frequency interview questions
- Re regular expression
- .105Location
猜你喜欢
随机推荐
mysql自动启动设置用Systemctl start mysqld启动
JS forms the items with the same name in the array object into the same array according to the name
C1 notes [task training part 2]
GDAL + ogr learning
Random number generation of C #
2022 judgment questions and answers for operation of refrigeration and air conditioning equipment
C1小笔记【任务训练篇二】
2022江西光伏展,中国分布式光伏展会,南昌太阳能利用展
C#的随机数生成
Secure credit
The JS timestamp of wechat applet is converted to / 1000 seconds. After six hours and one day, this Friday option calculates the time
Add animation to the picture under V-for timing
Use of list - addition, deletion, modification and query
On the method of outputting the complete name of typeID from GCC
How to install jsonpath package
Flask项目的部署详解
Auto. JS custom dialog box
On the problem of V-IF display and hiding
re正則錶達式
idea中安装YapiUpload 插件将api接口上传到yapi文档上