上一页 1 ··· 8 9 10 11 12 13 14 15 下一页
  2023年2月16日
摘要: 1、Docker、Docker-Compose安装 https://www.cnblogs.com/a120608yby/p/9883175.html https://www.cnblogs.com/a120608yby/p/14582853.html 2、服务Docker-Compose配置 # 阅读全文
posted @ 2023-02-16 12:38 a120608yby 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1、nc命令安装 dnf install nc -y 2、通过socks 5代理连接服务器(10.10.10.30为代理服务器) ssh -o ProxyCommand="nc -X 5 -x 10.10.10.30:1080 %h %p" root@100.100.100.30 3、通过https 阅读全文
posted @ 2023-02-16 11:51 a120608yby 阅读(591) 评论(0) 推荐(0) 编辑
  2023年1月20日
摘要: 一、查看当前使用的内核版本 uname -a 二、查询当前已安装的所有内核 rpm -qa | grep kernel 三、删除未使用的内核 dnf remove --oldinstallonly --setopt installonly_limit=2 kernel 注意:操作有风险,需谨慎处理 阅读全文
posted @ 2023-01-20 11:47 a120608yby 阅读(992) 评论(0) 推荐(0) 编辑
摘要: 1、安装和启用EPEL、CRB、PostgreSQL仓库 dnf config-manager --set-enabled crb dnf -y install epel-release dnf -y install https://download.postgresql.org/pub/repos 阅读全文
posted @ 2023-01-20 11:40 a120608yby 阅读(153) 评论(0) 推荐(0) 编辑
  2023年1月19日
摘要: 一、Portainer架构 二、基于Docker-Compose部署 # vim docker-compose.yaml version: '3' services: portainer-server: image: portainer/portainer-ce:latest container_n 阅读全文
posted @ 2023-01-19 14:20 a120608yby 阅读(74) 评论(0) 推荐(0) 编辑
  2023年1月17日
摘要: 1、CentOS 7可通过编译好的RPM包直接安装 地址:http://li.nux.ro/download/nux/misc/el7/x86_64//rinetd-0.62-9.el7.nux.x86_64.rpm 2、源码编译安装 # 克隆代码 git clone https://github. 阅读全文
posted @ 2023-01-17 16:25 a120608yby 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 一、Docker、Docker-Compose安装 https://www.cnblogs.com/a120608yby/p/9883175.html https://www.cnblogs.com/a120608yby/p/14582853.html 二、基于Docker-Compose部署WiK 阅读全文
posted @ 2023-01-17 15:34 a120608yby 阅读(692) 评论(0) 推荐(0) 编辑
  2022年12月2日
摘要: 命令终端执行以下命令: git config --global url."https://".insteadOf git:// 阅读全文
posted @ 2022-12-02 11:10 a120608yby 阅读(75) 评论(0) 推荐(0) 编辑
  2022年11月11日
摘要: 阅读全文
posted @ 2022-11-11 16:25 a120608yby 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 1、Harbor安装方式 在线安装、离线安装、源码安装、helm chart、Operation安装 2、Docker-CE安装 参考:https://www.cnblogs.com/a120608yby/p/9883175.html 3、Docker Daemon配置 参考:https://www 阅读全文
posted @ 2022-11-11 16:16 a120608yby 阅读(408) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 下一页