当前位置:网站首页>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
边栏推荐
- Using files to save data (C language)
- Go语言JSON包使用
- C# 的数据流加密与解密
- String function in MySQL
- Auto.js 自定义对话框
- Go's gin framework learning
- Halo open source project learning (II): entity classes and data tables
- C1 notes [task training chapter I]
- .104History
- Click Cancel to return to the previous page and modify the parameter value of the previous page, let pages = getcurrentpages() let prevpage = pages [pages. Length - 2] / / the data of the previous pag
猜你喜欢

Nat Commun|在生物科学领域应用深度学习的当前进展和开放挑战

JS forms the items with the same name in the array object into the same array according to the name

Summary of floating point double precision, single precision and half precision knowledge

Re expression régulière

GDAL + ogr learning

Solving the problem of displaying too many unique values in ArcGIS partition statistics failed
![Yolov4 pruning [with code]](/img/09/ea4376d52edb7e419ace2cb1e0356b.gif)
Yolov4 pruning [with code]

An example of linear regression based on tensorflow

Uniapp custom search box adaptation applet alignment capsule

2022年广东省安全员A证第三批(主要负责人)特种作业证考试题库及在线模拟考试
随机推荐
587. Install fence / Sword finger offer II 014 Anagrams in strings
C language implements memcpy, memset, strcpy, strncpy, StrCmp, strncmp and strlen
Nat Commun|在生物科学领域应用深度学习的当前进展和开放挑战
587. 安装栅栏 / 剑指 Offer II 014. 字符串中的变位词
2022 tea artist (primary) examination simulated 100 questions and simulated examination
Classification of cifar100 data set based on convolutional neural network
Tell the truth of TS
Re regular expression
Listen for click events other than an element
Batch export ArcGIS attribute table
Oil monkey website address
On the method of outputting the complete name of typeID from GCC
Cloud native Virtualization: building edge computing instances based on kubevirt
.105Location
Romance in C language
String function in MySQL
Crawl the product data of Xiaomi Youpin app
Data stream encryption and decryption of C
JS get link? The following parameter name or value, according to the URL? Judge the parameters after
C# 网络相关操作