Re: GnuRadio within docker container access to ettus/n310 requires host mode network

2022-10-19 Thread Marcus D. Leech
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

RE: GnuRadio within docker container access to ettus/n310 requires host mode network

2022-10-19 Thread Jim Melton
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

Re: GnuRadio within docker container access to ettus/n310 requires host mode network

2022-10-19 Thread Jeff Long
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