We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdeda74 commit d0506c8Copy full SHA for d0506c8
README.md
@@ -85,7 +85,7 @@ To run this on a live package (e.g. the "Django" package on
85
86
```bash
87
$ mkdir /tmp/results
88
-$ docker run --privileged -ti \
+$ docker run --cgroupns=host --privileged -ti \
89
-v /tmp/results:/results \
90
-v /var/lib/containers:/var/lib/containers \
91
gcr.io/ossf-malware-analysis/analysis analyze \
@@ -100,7 +100,7 @@ named `test`), it needs to be mounted into the the container.
100
101
102
103
104
105
106
-v /path/to/test.whl:/test.whl \
0 commit comments