Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cossacklabs/dockerfiles
Repository with docker containers, useful for running Themis and Acra
https://github.com/cossacklabs/dockerfiles
docker security themis
Last synced: 2 months ago
JSON representation
Repository with docker containers, useful for running Themis and Acra
- Host: GitHub
- URL: https://github.com/cossacklabs/dockerfiles
- Owner: cossacklabs
- Created: 2017-12-31T10:54:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T17:57:54.000Z (over 1 year ago)
- Last Synced: 2024-05-02T04:38:20.581Z (9 months ago)
- Topics: docker, security, themis
- Language: Dockerfile
- Homepage: https://www.cossacklabs.com/
- Size: 13.7 KB
- Stars: 3
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://github.com/cossacklabs/themis/wiki/Java-and-Android-Howto#quick-start-using-docker).
# Where to go from here
### [Themis](https://github.com/cossacklabs/themis)
### [Acra](https://github.com/cossacklabs/acra)
### [Hermes-core](https://github.com/cossacklabs/hermes-core)