Collection of useful docker images to install and run Themis easy.
Want to build Themis for Android? Easy as this:
docker run --rm -it -v $(pwd):/projects cossacklabs/android-build bash -c 'git clone https://github.com/cossacklabs/themis.git && cd themis && git submodule update --init && ./gradlew assembleRelease'
Check for more instruction in Themis Wiki.