10 2021 档案

摘要:指导文档:Harbor docs | Harbor Installation and Configuration (goharbor.io) 1、 安装前的需求:安装前的需求: CPU 最少2核 建议4核 内存 最少4G 建议8G 硬盘 最少40G 建议160G Docker引擎 17.06.0-c 阅读全文
posted @ 2021-10-27 12:01 小阿里 阅读(575) 评论(0) 推荐(0)
摘要:1、使用systemctl edit docker编辑docker的systemd文件新加一监听端口,如下所示 [Service]ExecStart=ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd 阅读全文
posted @ 2021-10-19 14:52 小阿里 阅读(770) 评论(0) 推荐(0)
摘要:1、ldd /usr/bin/ls 查看libc.so.6所指的位置 libc.so.6 => /lib64/libc.so.6 ,然后ll /lib64/libc.so.6所链接的位置lrwxrwxrwx 1 root root 12 Mar 12 2021 /lib64/libc.so.6 -> 阅读全文
posted @ 2021-10-18 16:26 小阿里 阅读(887) 评论(0) 推荐(0)