Skip to content

Repository with docker containers, useful for running Themis and Acra

Notifications You must be signed in to change notification settings

ilammy/dockerfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Repository with docker containers, useful for running Themis and Acra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%