We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9044db6 commit 7e1eae1Copy full SHA for 7e1eae1
README.md
@@ -33,9 +33,13 @@ Lain 是一个基于 docker 的 PaaS 系统。
33
curl -fsSL https://github.com/laincloud/lain/archive/v2.1.0.tar.gz | tar xf -
34
cd lain-2.1.0
35
vagrant up
36
-vagrant ssh
37
-# In the Vagrant machine
38
-cd /vagrant && sudo ./bootstrap -r docker.io/laincloud
+# Config DNS in local shell
+sudo bash -c 'echo "192.168.77.201 console.lain.local" >> /etc/hosts'
+```
39
+
40
+初始化完成后即可在浏览器访问console:
41
42
+http://console.lain.local
43
```
44
45
完整的文档在[这里](https://laincloud.gitbooks.io/white-paper/content/),其中:
0 commit comments