mvt
mvt copied to clipboard
iPhone access from container
I need to mount /var/run to Docker container to be able to connect to an iPhone.
If you have usbmuxd installed on the host device, you only need to mount /var/run/usbmuxd to access an iPhone. There might be some other options that also work, but the docker container will always require extra permissions because containers do not have access to the host's USB devices by default.
The tutorial must be updated then.