mirror of
https://github.com/usestrix/strix.git
synced 2026-09-15 23:31:27 +00:00
Update docker_runtime.py
This commit is contained in:
parent
26a55865a6
commit
f35f287dff
1 changed files with 0 additions and 1 deletions
|
|
@ -142,7 +142,6 @@ class DockerRuntime(AbstractRuntime):
|
|||
f"{CONTAINER_CAIDO_PORT}/tcp": self._caido_port,
|
||||
},
|
||||
cap_add=["NET_ADMIN", "NET_RAW"],
|
||||
shm_size="256m",
|
||||
labels={"strix-scan-id": scan_id},
|
||||
environment={
|
||||
"PYTHONUNBUFFERED": "1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue