Is it possible to call a command inside docker which belongs to another container.
An example would be:
php container which contains php app container which contains nginx
I would like to somehow share the php executable inside the nginx container.
Currently I have tried sharing the volumes with no luck.
Any ideas?