Skip to content

Commit

Permalink
fix: no need of docker socket in falco driver loader docs
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Susini <susinilorenzo1@gmail.com>
  • Loading branch information
loresuso authored and poiana committed Jan 20, 2023
1 parent b5c63f1 commit 7e2b7bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion content/en/docs/getting-started/running/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ You can load the eBPF probe or kernel module in its own temporary container as b
docker pull falcosecurity/falco-driver-loader:latest
docker run --rm -i -t \
--privileged \
-v /var/run/docker.sock:/host/var/run/docker.sock \
-v /dev:/host/dev \
-v /proc:/host/proc:ro \
-v /boot:/host/boot:ro \
Expand Down
2 changes: 1 addition & 1 deletion themes/docsy
Submodule docsy updated 173 files

0 comments on commit 7e2b7bc

Please sign in to comment.