Skip to content

Dockerfile to build a Docker image of the DFIR Volatility memory analysis framework.

Notifications You must be signed in to change notification settings

phocean/dockerfile-volatility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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 .

About

Dockerfile to build a Docker image of the DFIR Volatility memory analysis framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published