12 2018 档案
摘要:1.配置阿里云的镜像加速器:https://cr.console.aliyun.com/#/accelerator 2.命令行登录到阿里云的doker仓库,--username为阿里云的用户名 3.为本地镜像添加tag 4.push到docker仓库 5.登录阿里云查看已上传的镜像列表:https:
阅读全文
摘要:php-fpm没有运行 执行如下命令查看是否启动了php-fpm,如果没有则启动你的php-fpm即可 没有运行为空,有运行显示 启动方法 sudo /usr/local/php/sbin/php-fpm //sudo 启动 /usr/local/php/sbin/php-fpm -R //以roo
阅读全文
摘要:出现RTNETLINK answers: File exists 同时出现connect:network is unreachable 和 Determining IP information for eth0... failed; no link present. Check cable? 原因一
阅读全文
摘要:删除tag/镜像: 镜像详解:http://www.cnblogs.com/zknublx/p/9299705.html
阅读全文
摘要:yii2 orwhere andwhere的复杂写法:https://www.codercto.com/a/6513.html
阅读全文