Fork me on Gitee

12 2021 档案

摘要:# Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path as first argumen 阅读全文
posted @ 2021-12-26 16:01 JoePotter 阅读(51) 评论(0) 推荐(0) 编辑
摘要:错误信息: 1:M 23 Dec 2021 19:53:02.058 * Background saving started by pid 1848 1848:C 23 Dec 2021 19:53:02.058 # Failed opening the RDB file backup.db (in 阅读全文
posted @ 2021-12-26 08:33 JoePotter 阅读(2262) 评论(0) 推荐(0) 编辑
摘要:本文讲述通过Windows端的软件WinSCP通过ssh协议连接VM下的linux centos8。连接的原理图如下: 所以,centos系统上必须安装openssh-server,类似于服务器端。(因为是使用Windows下的软件来访问linux,所以Linux下不需要安装openssh的客户端) 阅读全文
posted @ 2021-12-20 17:07 JoePotter 阅读(937) 评论(0) 推荐(0) 编辑
摘要:1.docker删除tag或repository为none的镜像 docker images -a|grep none|awk '{print $3}'|xargs docker rmi 2.在Docker中pull或build镜像的过程中,有时候会因为重复创建而产生虚悬镜像(当我们使用docker 阅读全文
posted @ 2021-12-16 23:14 JoePotter 阅读(1641) 评论(0) 推荐(0) 编辑

``
点击右上角即可分享
微信分享提示