On 2022-10-19 11:52, Jim Melton wrote:
MR,
Docker creates an abstraction over the physical machine, isolating the
software inside from the rest of the machine.
What you are describing is the expected behavior of the default Docker
network interface. When you run in *--network=host* mode, yo
MR,
Docker creates an abstraction over the physical machine, isolating the software
inside from the rest of the machine.
What you are describing is the expected behavior of the default Docker network
interface. When you run in --network=host mode, you are telling Docker to
by-pass it’s network
For UHD network-connected devices, it is possible the host mode is
required, not sure if there is another solution. USB connected device do
not require host mode, but do require the usb devices to be passed through
(e.g., --device or -v)..
On Wed, Oct 19, 2022 at 6:09 AM M Esc wrote:
> (similar