Accessing Local Devices (Sonos) In Dev Container

Hello,

I am trying to access my local devices inside the devcontainer, specifically my Sonos devices but they don’t seem to be discoverable.

I have tried adding the following to devcontainer.json:

"--network=host"

but this didn’t seem to work.

I also tried adding "privileged": true,.

I am running this on a Mac.

Any ideas of how to get access to local integrations like Sonos inside the dev container?