摘要:
http://codingstandards.iteye.com/blog/833695 tee 将标准输出复制一份 ls al | tee a tmpls.log ls al tmpls.log EOF是END Of File的缩写,表示自定义终止符.既然自定义,那么EOF就不是固定的,可以随意设 阅读全文
摘要:
https://yeasy.gitbooks.io/docker_practice/content/compose/ 1. "安装docker" 为用户添加权限 ~~~ 1、普通用户启动docker时遇到如下错误: Got permission denied while trying to conn 阅读全文
摘要:
资料 "Docker 中文指南" http://www.docker.org.cn/book/docker/prepare docker 5.html http://itmuch.com/docker/05 docker command containers/ "安装" "镜像" 安装docker 阅读全文