aikinci / droidbox

A dockerized droidbox instance
https://hub.docker.com/r/honeynet/droidbox/
GNU General Public License v2.0
26 stars 14 forks source link

Can not find target apk file #4

Closed daniel0076 closed 8 years ago

daniel0076 commented 8 years ago

I am on Linux Mint 17.2 based on Ubuntu

I put my samples under ~/samples and I run

sudo docker run -it --rm -v ~/samples:/samples:ro -v ~/samples/out:/samples/out honeynet/droidbox ~/samples/target.apk 20

however I got a File /home/daniel/samples/target.apk not found message

I am using docker 1.7.1 and the latest image and I am sure my apk file is in ~/samples

I appreciate your help

Error screenshot Error

daniel0076 commented 8 years ago

hmmm it seems I was using wrong instruction it should be sudo docker run -it --rm -v ~/samples:/samples:ro -v ~/samples/out:/samples/out honeynet/droidbox /samples/target.apk 20 rather than sudo docker run -it --rm -v ~/samples:/samples:ro -v ~/samples/out:/samples/out honeynet/droidbox ~/samples/target.apk 20 however...it is a bit confusing to put sample file in ~/samples/ but call as /samples/