sorccu / docker-adb

Dockerfile and instructions for ADB.
Other
200 stars 74 forks source link

where to adb pull files go? #23

Open hildebrau opened 2 years ago

hildebrau commented 2 years ago

When running this container and using the CLI to pull a file from an android device, where does the file GO?

docker run --rm -ti --net host sorccu/adb adb pull remotefilename

It says it successfully grabs it. But I can't find it locally or in the container's filesystem. /shrug