Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pengchujin authored Nov 24, 2019
1 parent d68d1bd commit 42ab1d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@

## 使用方法

* 提前安装好docker https://yeasy.gitbooks.io/docker_practice/install/ubuntu.html 这个链接有安装教程(ubuntu 的,其他发行版本也是有的)
* 提前安装好docker
```
curl -fsSL https://get.docker.com -o get-docker.sh && \
bash get-docker.sh
```
* 解析好域名 确认 你的域名正确解析到了你安装的这台服务器
* 会占用 443 和 80 端口请提前确认没有跑其他的业务 ( lsof -i:80 和 lsof -i:443 能查看)
* 请将下面命令中的 YOURDOMAIN.COM(域名)替换成自己的域名(此IP解析的域名)!!!
Expand Down

0 comments on commit 42ab1d1

Please sign in to comment.