Sign inSign up

phocean/volatility

By phocean

Updated about 5 years ago

Docker image of Volatility, the famous DFIR memory analysis framework.

Image
8

50K+

phocean/volatility repository overview

Volatility Docker image

Volatility is a famous DFIR memory analysis framework.

This Docker image aims to make its installation and use very smooth, on any system.

Usage

It is best to declare a shell function inside your favorite shell (.bashrc or .zshrc) to make it easy to use:

function volatility() {
  docker run --rm --user=$(id -u):$(id -g) -v "$(pwd)":/dumps:ro,Z -ti phocean/volatility $@
}

Then, you can simply use it as follows:

➤  volatility -f /dumps/dump.vmem imageinfo

Building

You can build the image locally with:

docker build -t phocean/volatility .

Tag summary

Content type

Image

Digest

Size

42.8 MB

Last updated

about 5 years ago

docker pull phocean/volatility