docs: add missing backslash in docker-run command

This commit is contained in:
Benjamin Kästner
2024-08-01 10:27:19 +02:00
committed by GitHub
parent 5bcfae9b91
commit 3b09d94284

View File

@@ -80,7 +80,7 @@ docker run -it \
-v ./scripts:/opt/paessler/share/scripts:ro \
-v ./config:/config \
--cap-add NET_ADMIN \
--cap-add NET_RAW
--cap-add NET_RAW \
paessler/multi-platform-probe:latest
```