Skip to content

Commit d495a2b

Browse files
committed
add minimal readme
1 parent a84688f commit d495a2b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# memtrace-viewer, in a Docker container
2+
3+
It's annoying to run the latest version of memtrace-viewer since it requires setting up another opam switch with Jane Street's custom Opam repo. This repo has a little Dockerfile that lets you run it more easily.
4+
5+
To use it on a given trace `/path/to/mytrace.ctf`, run
6+
```bash
7+
docker run --rm -p 8080:8080 -v /path/to/mytrace.ctf:/data/trace.ctf ghcr.io/semgrep/memtrace-viewer-docker:latest /data/trace.ctf
8+
```

0 commit comments

Comments
 (0)