05 2022 档案
摘要:sudo crontab -uroot -e#加入下面这一行, :wq 保存退出 [每分钟执行一次]* * * * * /home/centos/sh/a.sh >> /home/centos/sh/a.log 2>&1 cd /home/centos/shtouch a.shvi a.sh#输入下
阅读全文
摘要:1,安装docker-compose yum -y install epel-release dnf install -y python3 dnf install python3-paramiko pip3 install docker-compose
阅读全文
摘要:docker pull nginx docker imagescd /usr/local mkdir -p ./nginx/www ./nginx/logs ./nginx/conf docker run --name nginx-test -p 80:80 -d nginx docker ps -
阅读全文