Last active
October 24, 2019 14:29
-
-
Save shengyou/d22abc5e4f6f4ad4c44066d1096bfb3c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 啟動 Docker Image,並把當前目錄掛載到 Docker Image 裡 | |
docker run -it -v $PWD:/src albertcht/swoole:latest | |
# 檢查開發環境是否正確 | |
php -v | |
php --ri swoole | |
# 進入 examples 目錄 | |
cd /src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment