Skip to content

Commit

Permalink
add code for forcing network
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyPhipps committed Jul 5, 2024
1 parent a813044 commit 57ed073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/splunk_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57ed073

Please sign in to comment.