Skip to content

Instantly share code, notes, and snippets.

@shengyou
Last active October 24, 2019 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shengyou/d22abc5e4f6f4ad4c44066d1096bfb3c to your computer and use it in GitHub Desktop.
Save shengyou/d22abc5e4f6f4ad4c44066d1096bfb3c to your computer and use it in GitHub Desktop.
# 啟動 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