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?