Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 682 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 682 Bytes

Collection of useful docker images to install and run Themis easy.

Quick Start Android Docker

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.

Where to go from here