Host OpenVPN TAP interface not visible in the container

When I use ‘sudo docker run -it --rm --net=host --user=“root” --env=“DISPLAY”
–volume="$HOME/.Xauthority:/root/.Xauthority:rw"
–device=/dev/net/tun ubuntu:18.04 /bin/bash’ on my Ubuntu 18.04 host I am able to see the TUN device I have created on the host when I execute the ‘ifconfig’ command in the container.

But, when I use ‘docker run -it --rm --net=host --user=“root” --env=“DISPLAY” ubuntu:18.04 /bin/bash’ on my Windows 10 host the ‘ifconfig’ command in the container does not display the interface I have created using OpenVPN TAP.

What do I need to do to make the host OpenVPN TAP visible within the container on Windows 10 host? Your response is much appreciated.

My docker version is 19.03.5.