mvt icon indicating copy to clipboard operation
mvt copied to clipboard

iPhone access from container

Open Peco602 opened this issue 1 year ago • 2 comments

I need to mount /var/run to Docker container to be able to connect to an iPhone.

Peco602 avatar Aug 23 '24 21:08 Peco602

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.

scribblemaniac avatar Sep 27 '24 22:09 scribblemaniac

The tutorial must be updated then.

Peco602 avatar Sep 29 '24 02:09 Peco602