折腾Docker builx
docker buildx 不支持hosts 文件原因buildx执行时的临时容器不会读取主机/etc/hosts中的文件解决主机启用dnsmasq创建buildx 句柄 使用docker buildx create --driver-opt network=hostdocker builx如何支持
docker buildx 不支持hosts 文件原因buildx执行时的临时容器不会读取主机/etc/hosts中的文件解决主机启用dnsmasq创建buildx 句柄 使用docker buildx create --driver-opt network=hostdocker builx如何支持
问题描述构建镜像时出现#14 0.579 container_linux.go:367: starting container process caused: exec: "/bin/sh": stat /bin/sh: no such file or directoryDock
卸载就版本phpyum remove php.x86_64 php-cli.x86_64 php-common.x86_64 php-gd.x86_64 php-ldap.x86_64 php-mbstring.x86_64 php-mcrypt.x86_64 php-mysql.x86_64 ph
安装curl <https://get.acme.sh> | sh使用先修改Dns指向到对应的服务器使用脚本生成证书acme.sh --issue -d sport.guangzu.online -d monitor.guangzu.online --webroot /home
升级内核启用 ELRepo 仓库rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.orgrpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm列出可
复制文件到宿主机源参数 不能是以“/” 开头的,所以可以把需要copy的文件先拷贝到pod的工作目录下kubectl cp nginx-ingress-controller-7b9656f756-9mpgw:nginx.conf ~/Documents/nginx.conf复制宿主机文件到podku
kubectl -n slb alpha debug -it cicd-test-65fc448b8f-f5rbg --image=busybox --target=cicd-test-65fc448b8f-f5rbg
rancher 安装helm repo add rancher-latest <http://rancher-mirror.oss-cn-beijing.aliyuncs.com/server-charts/latest>kubectl create namespace cattle-s
UDP 单臂tunnel的坑UDP程序回包程序可能自定义路由和接口,不遵循系统的路由如何配置双臂tunnel的rsUDP 单臂tunnel的坑UDP程序回包程序可能自定义路由和接口,不遵循系统的路由chrony在上线过程中发现只有client端有ipip模块,ntpdate请求才会成功,通过抓包发现
获取命名空间的信息kubectl get namespace <namespace> -o json >tmp.json使用curl更新命名空间kubectl proxy curl -k -H "Content-Type: application/json"
GlobalAS本地as号,全局唯一router-idrouter ,本地的标识,不要求唯一,但是尽量唯一Neighbourneighbor-address对端的地址peer-as对端的as号ebgp-multihopenable是都开启ttl允许经过的跳数,1代表只允许与直连建立邻居关系timer
发生问题的原因是一日在安装 插件后卡死啦,然后自己脑子发昏就删掉啦容器新建,由于是基于docker部署,只做了数据部分的持久化,数据库没啦。。。,登陆成功后发现需要新建用户,新建后没有用户,也见不到文件啦。记录一下查询啦nextcloud文档之后恢复数据库的过程、其实也未完全恢复。(只恢复啦插件列表
启动docker run -d --privileged --restart=unless-stopped --name rancher -p 8081:80 -p 443:443 -v /data0/rancher:/var/lib/rancher -t rancher/ranch