-
Notifications
You must be signed in to change notification settings - Fork 48
How could I make composer container execute in a other container? #88
Comments
Do you have either a Dockerfile or docker-compose.yml that you could send over to test? The idea is here is that you mount the volumes across the containers, and then run Composer through the Composer container. |
I am using this
My workflow is like this:
But how to execute |
|
We can run docker-composer on host machine , but i wonder we can execute In real my case i am trying to setup on kubernetes (google container engine) and docker-compose on localhost. |
Another solution is to change the entrypoint and command and make your own script to run Composer install when the service starts. |
thx for your answer, after some research in docker's documention, i see docker remote API : i will try to follow this direction: Jenkin's container will call remote API to execute a command in Composer's container. I close this issue, thank you once again. |
@RobLoach I've been trying the past two days to include auto composer commands in my docker-compose file and failing.
|
|
From https://hub.docker.com/r/composer/composer/
i have same his question, can we run this in a other container ?
i see this problem a long time ago but can't think any simple resolution.
Anyone may suggest for me, thx :)
The text was updated successfully, but these errors were encountered: