摘要:
一、在/etc/mail.rc下添加如下内容 set from=lipingchang@pystandard.com set smtp=smtp.pystandard.com set smtp-auth-user=lipingchang@pystandard.com smtp-auth-passwo 阅读全文
摘要:
一、https://www.cnblogs.com/33debug/p/6632172.html 二、显示前一小时时间 date -d '-1 hour' '+%F-%H-%M-%S' 阅读全文
摘要:
docker commit -m="commit jdk" --author="gutianlangyu" ae56f6cad215 gutianlangyu/commit_jdk:v1:使用commit命令将容器里的所有修改提交到本地库中,形成以一个全新的镜像,会返回新镜像的完整ID。 完整ID可 阅读全文
摘要:
一、docker tag IMAGEID(镜像id) REPOSITORY:TAG(仓库:标签) 阅读全文