As the title says, connected Android device is not recognized when running docker exec -it (container name) adb devices. On the other hand, it is listed when using the regular adb devices command. Connection is through USB.
I even tried running the adb kill-server to then start the server through docker but the result is the same. Any help would be appreciated.