nest icon indicating copy to clipboard operation
nest copied to clipboard

怎么样使用Console的服务呢?

Open liang0754 opened this issue 9 years ago • 1 comments

使用sudo docker-compose up 启动服务后, 在宿主机 怎么样使用console的 里面的php composer呢?

liang0754 avatar Jan 20 '17 04:01 liang0754

你可以登录到 console ,进入到项目的目录,然后去执行在 console 里安装的命令。

docker-compose exec console bash

ninghao avatar Jan 23 '17 01:01 ninghao