Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 435 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 435 Bytes

log2timeline/plaso docker

Usage

This Dockerfile has log2timeline.py entrypoint by default, so you can use it as a binary:

docker run -it --rm -v path-to-objects:/data:ro -v path-to-export:/export:rw ilyaglow/plaso --parsers winreg /export/registry.plaso /data

To override it use --entrypoint flag