https://github.com/dweinstein/dockerfile-apktool
docker container file for apktool
https://github.com/dweinstein/dockerfile-apktool
Last synced: about 2 months ago
JSON representation
docker container file for apktool
- Host: GitHub
- URL: https://github.com/dweinstein/dockerfile-apktool
- Owner: dweinstein
- License: mit
- Created: 2015-04-23T15:08:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-04T16:55:31.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T03:27:51.537Z (4 months ago)
- Language: Shell
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SYNOPSIS
docker container file for apktool
Releases will be tagged with apktool versions.
# USAGE
```
docker pull dweinstein/apktool
docker run -t -i --rm -v /path/to/apks/:/apks dweinstein/apktool# java -jar ./apktool.jar /apks/foo.apk
```