随笔分类 - docker
摘要:在centos7的容器里面出现了一个BUG,就是serveice启动服务的时候出现报错,不能用service启动服务。[root@e13c3d3802d0 /]# service httpd startRedirecting to /bin/systemctl start httpd.service
阅读全文
摘要:1》 docker daemon -H tcp://172.16.201.35:2375 -H fd:// 使docker守护进程同时监听在tcp和Unix套接字上,后面的fd://表示Unix套接字,经试验省略会导致docker进程起不来。 2》容器时区不对的修改方法: 1> #cp /usr/s
阅读全文
摘要:https://github.com/hangyan/docker-resources/blob/master/README_zh.md https://github.com/lightning-li/docker-nginx-auth-registry/blob/master/README.md
阅读全文