Trying to get (USB) bluetooth tracker working with HA/docker

Here’s my Docker run command:

docker run -d --name="home-assistant" -v ~/homeassistant:/config -v /etc/localtime:/etc/localtime:ro --net=host homeassistant/home-assistant

Sorry I don’t know what you mean by host networking (I’m a Docker novice and not a Linux expert either!)