11 2023 档案
摘要:1、安装nginx apt-get update apt-get install -y nginx 2、安装认证工具 apt-get install -y apache2-utils 3、配置认证账密 htpasswd -c /etc/nginx/.htpasswd your_username 4、
阅读全文
摘要:vim /etc/docker/daemon.json "bip": "10.50.0.1/24", "default-address-pools": [ { "base": "10.50.0.1/16", "size": 24 } ], systemctl daemon-reload system
阅读全文
摘要:命令格式: ctr -n k8s.io images push -u root:'password' docekr.io/nginx:12.1.1 参数说明: -u 用户:密码
阅读全文