It would be good to make it work.
As far as I have found:
- It is said to be not right thing to do: to run the container in “privileged” mode by setting the --privileged tag in the run arguments for the container. This will allow you to access the gamepad. (Windows users: the –privileged tag is not supported in docker for Windows.)
- one guy solved this by adding this option to the docker run script:
-v /dev:/dev
It would be good to make it work.
As far as I have found:
-v /dev:/dev