I'm configuring two docker containers, container A and container B. Is it possible to call a command of B inside A, using any configuration like network or link or some other?
I tried with network and link but I didn't have success.
This configuration I would like to do for separate a container that will use a lot of CPU from the other.
I expected call a B container inside container A in a transparently way, and up other new "B"s containers when necessary.