Skip to content

Commit 7e1eae1

Browse files
renjsYongzhi Pan
authored andcommitted
update README.md
1 parent 9044db6 commit 7e1eae1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,13 @@ Lain 是一个基于 docker 的 PaaS 系统。
3333
curl -fsSL https://github.com/laincloud/lain/archive/v2.1.0.tar.gz | tar xf -
3434
cd lain-2.1.0
3535
vagrant up
36-
vagrant ssh
37-
# In the Vagrant machine
38-
cd /vagrant && sudo ./bootstrap -r docker.io/laincloud
36+
# Config DNS in local shell
37+
sudo bash -c 'echo "192.168.77.201 console.lain.local" >> /etc/hosts'
38+
```
39+
40+
初始化完成后即可在浏览器访问console:
41+
```
42+
http://console.lain.local
3943
```
4044

4145
完整的文档在[这里](https://laincloud.gitbooks.io/white-paper/content/),其中:

0 commit comments

Comments
 (0)