lingfeng

折腾Docker builx

docker buildx 不支持hosts 文件原因buildx执行时的临时容器不会读取主机/etc/hosts中的文件解决主机启用dnsmasq创建buildx 句柄 使用docker buildx create --driver-opt network=hostdocker builx如何支持

#Docker  

Docker buildx 遇到的问题

问题描述构建镜像时出现#14 0.579 container_linux.go:367: starting container process caused: exec: "/bin/sh": stat /bin/sh: no such file or directoryDock

#Docker  

centos7 安装php5.6

卸载就版本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

#centos   #tools  

ACME使用

安装curl <https://get.acme.sh> | sh使用先修改Dns指向到对应的服务器使用脚本生成证书acme.sh --issue -d sport.guangzu.online -d monitor.guangzu.online --webroot /home

#tools  

centos升级内核

升级内核启用 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列出可

#centos  

K8S与主机间文件复制

复制文件到宿主机源参数 不能是以“/” 开头的,所以可以把需要copy的文件先拷贝到pod的工作目录下kubectl cp nginx-ingress-controller-7b9656f756-9mpgw:nginx.conf ~/Documents/nginx.conf复制宿主机文件到podku

#k8s  

K8s临时容器debug

kubectl -n slb alpha debug -it cicd-test-65fc448b8f-f5rbg --image=busybox --target=cicd-test-65fc448b8f-f5rbg

#k8s  

Rancher使用

rancher 安装helm repo add rancher-latest <http://rancher-mirror.oss-cn-beijing.aliyuncs.com/server-charts/latest>kubectl create namespace cattle-s

#k8s