debian:stable-slim-based dockerization of the Android Debug Bridge
10K+
debian:stable-slim-based dockerization of the Android Debug Bridge
Note: This version uses the debian adb package only -- previously I was getting the code directly from google's android platform utils for linux release and including other parts of the platform utils in this images.
The source code for this image is hosted on GitHub in the backplane/conex repo.
something like this... still working on the params
adb() {
docker run \
--rm \
--interactive \
--tty \
--device "/dev/bus/usb/001/004" \
--volume "$(pwd):/work" \
"backplane/adb" \
"$@"
}
Content type
Image
Digest
sha256:50936e850…
Size
49.9 MB
Last updated
about 15 hours ago
docker pull backplane/adb