Sign inSign up

jedisct1/crits

By jedisct1

Updated over 9 years ago

An up-to-date image for CRITs

Image
2

1.0K

jedisct1/crits repository overview

CRITs Docker Image

This is a docker image for CRITs, based on the REMnux image, with the following changes:

  • Uses phusion-baseimage-latest as a base image.
  • Uses TokuMX instead of vanilla MongoDB.
  • Uses a dedicated /data volume for the database.
  • Certificates are created at container creation.
  • Services are installed in /opt/crits_services.
  • Works with the latest CRITs code.

Instructions

$ docker build -t crits .

# echo never > /sys/kernel/mm/transparent_hugepage/enabled
(and make it permanent)

$ docker run --name crits -it \
  -v ~/crits-data:/data -p 8443:8443 crits

Connect to http://<external IP>:8080, create sources, add users, enable services, turn off the debug mode.

In order to start the container later:

$ docker start crits

In order to restart the service, kill the manage.py runserver process.

Tag summary

Content type

Image

Digest

sha256:e7a36ef12

Size

430.1 MB

Last updated

over 9 years ago

docker pull jedisct1/crits