错误:
can't open or create /var/run/crond.pid: Permission denied
解:1
FROM debian:latest
...
USER 1000:1000
# 给 cron 添加 's' 权限
R...
阅读全文...
docker 镜像推送脚本
脚本
https://github.xyh.moe:8888/xian.yuheng/docker-push
#! /bin/bash
# 禁止 ^C 显示
if [ -t 0 ]; then
stty -echoctl
#stty echoc...
阅读全文...
阅读全文...
Kubernetes
☀ 安装部署
★☀❄❂✪☁
系统信息
操作系统:CentOS 7/8/9 x64
kubernetes: v1.23.14
docker-ce: v20.10.7
系统调整
# 停止防火墙
systemctl stop firewalld
# ...
阅读全文...
阅读全文...