当前位置:网站首页>Docker 安装 Redis
Docker 安装 Redis
2022-04-23 18:00:00 【浅唱~幸福】
1.查看可用的 Redis 版本 访问 Redis 镜像库地址: https://hub.docker.com/_/redis?tab=tags。 可以通过 Sort by 查看其他版本的 Redis,默认是最新版本 redis:latest。

2.还可以用 docker search redis 命令来查看可用版本:

3.取最新版的 Redis 镜像
docker pull redis:latest

4.查看redis镜像
docker images

5.使用以下命令来运行 redis 容器:
docker run -itd --name redis-test -p 6379:6379 redis

6.查询运行的redis容器:
docker ps

7.进入redis容器:
docker exec -it 容器Id /bin/bash

8.连接redis

版权声明
本文为[浅唱~幸福]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_39643007/article/details/111590402
边栏推荐
- 2022制冷与空调设备运行操作判断题及答案
- ArcGIS license error -15 solution
- re正則錶達式
- Use of list - addition, deletion, modification and query
- Implementation of object detection case based on SSD
- 消费者灰度实现思路
- Array rotation
- Encapsulate a timestamp to date method on string prototype
- I / O multiplexing and its related details
- Open source key component multi_ Button use, including test engineering
猜你喜欢

Go language JSON package usage

MySQL_ 01_ Simple data retrieval

Qtablewidget usage explanation

The ultimate experience, the audio and video technology behind the tiktok

Cloud native Virtualization: building edge computing instances based on kubevirt

Clion installation tutorial

Re regular expression

C language loop structure program

Gaode map search, drag and drop query address

Fashion classification case based on keras
随机推荐
Operators in C language
Crack sliding verification code
Open source key component multi_ Button use, including test engineering
C1小笔记【任务训练篇一】
Tensorflow tensor introduction
[UDS unified diagnostic service] (Supplement) v. detailed explanation of ECU bootloader development points (1)
ROS package NMEA_ navsat_ Driver reads GPS and Beidou Positioning Information Notes
Anchor location - how to set the distance between the anchor and the top of the page. The anchor is located and offset from the top
C language loop structure program
Detailed deployment of flask project
Eigen learning summary
2022 Jiangxi Photovoltaic Exhibition, China Distributed Photovoltaic Exhibition, Nanchang Solar Energy Utilization Exhibition
列錶的使用-增删改查
How to read literature
.104History
2022 Jiangxi Photovoltaic Exhibition, China distributed Photovoltaic Exhibition, Nanchang solar energy utilization Exhibition
Svn simple operation command
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
Auto.js 自定义对话框
MySQL_ 01_ Simple data retrieval