摘要:
docker学习笔记一:安装 mac安装docker docker官方文档上有这么一段话: Because the Docker daemon uses Linux specific kernel features, you can’t run Docker natively in OS X. In 阅读全文
posted @ 2016-05-26 21:40
weey
阅读(261)
评论(0)
推荐(0)
摘要:
nginx静态服务器配置 目的: 采用nginx做为静态页面服务器. 1. nginx安装 在 Ubuntu 下,可以舍去编译安装的过程,直接 apt get 2. nginx初始配置 nginx 的默认配置文件位于 /etc/nginx/nginx.conf 在配置文件中有一行: include 阅读全文
posted @ 2016-05-26 11:11
weey
阅读(17309)
评论(0)
推荐(0)