summaryrefslogtreecommitdiff
path: root/commands.info
diff options
context:
space:
mode:
authorffredhenry <f.fredhenry@gmail.com>2024-03-23 15:18:20 -0500
committerffredhenry <f.fredhenry@gmail.com>2024-03-23 15:18:20 -0500
commit3e383e46e8da28beee5b107378320e4519a610a3 (patch)
tree855ba030f1f6f94d1cd1bd9f50f197a1052275bb /commands.info
added initial code, dockerfile does work
Diffstat (limited to 'commands.info')
-rw-r--r--commands.info6
1 files changed, 6 insertions, 0 deletions
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
+