Answer the question
In order to leave comments, you need to log in
How to run a binary from one docker container that is in the second docker container?
There is a container in which the tools for building the project are collected. But to build a big, big project, you need qemu 0.10, and for a small part of it, qemu 2.0.2. How to forward the path to a binary in an adjacent container?
Answer the question
In order to leave comments, you need to log in
Healthy, no way.
Collect a piece with one container, then collect the rest with another container.
Or cram all versions of qemu into one container.
Figuratively:
RUN install qemu-0.10
RUN build part 1
RUN remove qemu-0.10
RUN install qemu-2.0.2
RUN build part 2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question