How do i pass through USB device in Docker container

Setup:

Docker for windows version: 18.09.2
Host: Windows 10, Version 1803 (OS build 17134.765)
Container: Linux/Ubuntu container.

Whenever i insert USB device it will not detect on my linux container. I have tried with many docker run command line option(e.g --device, -V : ), But still the behavior is the same.

USB device is detected if my host OS is Ubuntu and windows 7(with docker toolbox). I have also tried to debug this and dump kernel log but there is no log of my USB device.