Created
March 20, 2015 05:54
-
-
Save aloha1003/25824b9b1cba5b86c71b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
好像都卡在 build nginx | |
環境是用 | |
Linux main 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:23:39 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux | |
用vagrant ssh 登入之後 | |
cd 到 build-dev 目錄 執行 docker-compose up | |
下載完畢之後,然後就一直hang在 | |
Attaching to builddev_nginx_1 | |
我的docker-compose.yml 長這樣 | |
[code] | |
nginx: | |
image: nginx:1.7.9 | |
ports: | |
- "10081:80" | |
volumes: | |
- .:/usr/share/nginx/html:ro | |
[/code] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment