Sign inSign up

backplane/adb

By backplane

Updated about 15 hours ago

debian:stable-slim-based dockerization of the Android Debug Bridge

Image
2

10K+

backplane/adb repository overview

adb

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.

Usage

Interactive

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" \
    "$@"
}

Tag summary

Content type

Image

Digest

sha256:50936e850

Size

49.9 MB

Last updated

about 15 hours ago

docker pull backplane/adb