Is it possible to use a separate container with the composer, to use it in a bundle in different versions of php (each version with its own modules in a separate container)?
- just put the composer in each container, it is perfectly automated - etki
- @Etki I thought to make one container with the composer and run it with different php-containers, as I understand it at the current moment, this will not work? Ideally, generally run the compiler from the local machine, but at the same time through the php interpreter in the container (something like a remote interpreter) - Eugene
- This can be done, but through wild hacks with volume. It will be easier to put inside the php-container, I do not see any obstacles here - etki
- And how do you solve the problem with xdebug and compositor in one container? - Eugene
- for the third time: put them inside - etki
|