From 3e383e46e8da28beee5b107378320e4519a610a3 Mon Sep 17 00:00:00 2001 From: ffredhenry Date: Sat, 23 Mar 2024 15:18:20 -0500 Subject: added initial code, dockerfile does work --- commands.info | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 commands.info (limited to 'commands.info') diff --git a/commands.info b/commands.info new file mode 100644 index 0000000..f0a818f --- /dev/null +++ b/commands.info @@ -0,0 +1,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 + -- cgit v1.2.3