Hello,
I want to use interface directly from the host docker host.
As it is shown in the graph , in the container 3 .
It would be possible ?
Very thanks
Share and learn in the Docker community.
Hello,
I want to use interface directly from the host docker host.
As it is shown in the graph , in the container 3 .
It would be possible ?
Very thanks
The only way i know how to do this is to set up the interface onto the Docker host, then expose the container to the host ie --net=host
The other option, is to just run 2 Docker engines on the host one engine pointing to each interface.