summaryrefslogtreecommitdiff
path: root/commands.info
diff options
context:
space:
mode:
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
+