Iphone_docker_osx_passthrough
Iphone_docker_osx_passthrough copied to clipboard
The scripts in here allows one to passthrough a usb controller consequently an iphone to a VM created through Docker OSX, this should work but was tested with other OSs
The script is trying to be too clever and will chown the '/dev/vbio/[n]' to root You need to either disable or change this line and then either add a UDEV...
In docker environment host usb address range seems to be unaccessible. See also https://github.com/sickcodes/Docker-OSX/issues/133#issuecomment-894647710 With following command: ``` docker run -it \ --privileged \ --device /dev/kvm -p 50922:10022 \ -e...
Acording to the documentation, docker should be started with a commandline referencing the environment variable `BIND_PID`. But this is not set by the script. is this the PID of vfio?...
fix typo?
Distributor ID: Ubuntu Description: Ubuntu 24.04 LTS Release: 24.04 Codename: noble Script: ``` sudo docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \...
As title says, is it possible to virtually split PCI slot and only use one that Iphone is connected to? For users with laptops it will be very useful.