apkeep icon indicating copy to clipboard operation
apkeep copied to clipboard

I don't understand how to use it wth docker

Open bobitza opened this issue 10 months ago • 1 comments

I installed docker named apkeet and execute command in cmd; docker run --rm -v output_path:/output apkeep -a com.instagram.android /output

but i don't receive any file, its says finished but file on pc outside docker i cannot find it

bobitza avatar Mar 28 '25 10:03 bobitza

yeaa for windows work with: docker run --rm -v %cd%\output:/output apkeep -a com.instagram.android /output

bobitza avatar Mar 31 '25 07:03 bobitza