摘要: 拉取镜像 docker pull redis:版本号 创建容器卷 启动前需要先创建Redis外部挂载的配置文件 ( /home/redis/conf/redis.conf ) 之所以要先创建 , 是因为Redis本身容器只存在 /etc/redis 目录 , 本身就不创建 redis.conf 文件 阅读全文
posted @ 2023-03-21 22:58 joudys 阅读(248) 评论(1) 推荐(0)