diff options
author | Fred <f.fredhenry@gmail.com> | 2024-10-19 12:52:32 -0500 |
---|---|---|
committer | Fred <f.fredhenry@gmail.com> | 2024-10-19 12:52:32 -0500 |
commit | be4c88ddeca0f21e1e7b3ee286a3695ab168cee1 (patch) | |
tree | 77ddacd791a6ceb021c21a122d1a5784bf1701fc /commands.info | |
parent | 3e383e46e8da28beee5b107378320e4519a610a3 (diff) |
merged commands into readmemain
Diffstat (limited to 'commands.info')
-rw-r--r-- | commands.info | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/commands.info b/commands.info deleted file mode 100644 index f0a818f..0000000 --- a/commands.info +++ /dev/null @@ -1,6 +0,0 @@ -# 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 - |