摘要:
shell脚本 vim check_url.sh #!/bin/bash while true;do #echo "xxxx" da=`date +%F-%H-%M-%S` ret=`curl -o $da -s -w %{http_code}:%{time_connect}:%{time_star 阅读全文
摘要:
1、docker时区问题 1 运行时加参数 docker run -e TZ="Asia/Shanghai" 2 挂载时区文件 docker run -v /etc/localtime:/etc/localtime 3 dockerfile文件 RUN cp /usr/share/zoneinfo/ 阅读全文