0

I do have an Ubuntu 18.04 docker image and installed libimobiledevice on my macbook m1

apt install -y usbmuxd libimobiledevice6 libimobiledevice-utils libavahi-compat-libdnssd-dev curl wget

After I tried running:

idevicepair pair
No device found, is it plugged in?

Still the device can't be found.

Here's my command running the docker docker run --rm -it -v /var/run:/var/run --entrypoint=/bin/bash libi

How can I connect my device?

kalebG
  • 1
  • Your application is running inside a Linux VM, and within that an isolation system that doesn't normally let you access hardware devices. This might be much easier to run directly on the host. I'm not clear this setup is possible using Docker Desktop. – David Maze Mar 08 '23 at 11:42

0 Answers0