summaryrefslogtreecommitdiff
path: root/README.md
blob: 15cf7d5ef0aa5404c8e9b2d27e925c68d8633899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# volatility2docker

This is the original Volatility memory forensics tool, now as a Docker container.
While Volatility 3 exists, it doesn't quite have the same mature feature set as 
the original. This can be ran without having to worry about compability issues 
between Python 3 and Python 2.

##### to build the container from the same directory as the Dockerfile
```
docker build -t volatility2mint .
```
##### to run the container from a host directory with memory images present
```
docker run -it --mount type=bind,source=.,target=/userspace volatility2mint
```