simple adb in debian that allows keypair passthrough in order to achieve consistent fingerprints
6.3K
prereq:
adb tcpip 5555
example:
docker run -it --net host -e PRIVATE_KEY="`cat ~/.android/adbkey | base64`" -e PUBLIC_KEY="`cat ~/.android/adbkey.pub | base64`" -e PHONE_IP="192.168.1.111" rzepson/adb-dockerized:latest
Content type
Image
Digest
sha256:6c52bb14c…
Size
64.5 MB
Last updated
over 2 years ago
docker pull rzepson/adb-dockerized