What would be the way to load a certain binary from a certain container in docker from inside another container?
container 1: web container 2: ffmpeg
I would want to call ffmpeg binary living in container 2 from the container 1. Confused on how to process this