In a docker container I want to mount a volume_from an other with a Linux Socket, the question sticks on the way it works in background.
AFAIK Linux sockets are memory only but once mounted on an other container does it work as so or somehow it uses IO?
thanks.