blob: f0a818f1c3fe4cabc0aa42ac0be7da325e9ad328 (
plain)
1
2
3
4
5
6
|
# 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
|