From 57ed0735c697c3c1b4bbe2bc745dea22826af1b7 Mon Sep 17 00:00:00 2001 From: Anthony Phipps Date: Fri, 5 Jul 2024 16:21:27 -0600 Subject: [PATCH] add code for forcing network --- Products/splunk_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Products/splunk_docker.md b/Products/splunk_docker.md index 793a9a8..a3a2a5f 100644 --- a/Products/splunk_docker.md +++ b/Products/splunk_docker.md @@ -73,7 +73,7 @@ apt install docker.io ``` su cd /path/to/Splunk4DFIR-main -sudo DOCKER_BUILDKIT=1 docker build -t splunk4dfir . +sudo DOCKER_BUILDKIT=1 docker build -t splunk4dfir . --network="host" ``` - Change splunk4DFIR-main/artifacts permissions to allow ingestion