Skip to content

2xyo/docker-timesketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS PROJECT IS DEPRECATED

This docker project is not maintained anymore. Docker support for timesketch is in progress in the official repository. See google/timesketch#148

docker-timesketch

Automated build of timesketch, an experimental, proof of concept open source tool for collaborative forensic timeline analysis.

Dockerfile

Use this to build a new image:

$ git clone https://github.com/2xyo/docker-timesketch.git
$ cd docker-timesketch && docker build  -t 2xyo/docker-timesketch .

Running the container:

$ docker run -it \
    -v $PWD/data:/data \
    -v $PWD/scripts/run.sh:/scripts/run.sh \
    -v $PWD/scripts/init_db.py:/app/init_db.py \
    -v $PWD/conf/settings_local.py:/app/timesketch/settings_local.py \
    -p 8000:8000 \
    2xyo/docker-timesketch

Now go to http://127.0.0.1:8000/admin/ in your browser (admin:admin)

About

Demo Timesketch using Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published