docker images for redex
To use this docker image, you will need a working docker installation. See the instructions for Linux or MacOSX as appropriate.
$ curl -L https://github.com/yongjhih/docker-redex/raw/master/redex > ~/bin/redex && chmod a+x ~/bin/redex
$ ~/bin/redex path/to/your.apk -o path/to/output.apk
This docker file will use current commit of redex.
$ docker build --rm -t yongjhih/redex:android android
$ ./redex path/to/your.apk -o path/to/output.apk