phpmentors-jp / docker-images

https://registry.hub.docker.com/u/phpmentors/
MIT License
26 stars 14 forks source link

app-init exits #11

Open dutchiexl opened 8 years ago

dutchiexl commented 8 years ago

I am getting this info, then the container freezes: INFO exited: app-init (exit status 1; not expected)

I run the following command: docker run --name my-project -v ~/my-project:/var/app -P --link mysql56:mysql -e APP_CREATE_PROJECT="symfony/framework-standard-edition" -it phpmentors/symfony-app:php55

iteman commented 8 years ago

Could you explain more detail?