Skip to content

Commit 742d23e

Browse files
committed
docs(exec): more accurate bloodhound examples
1 parent 96ceef1 commit 742d23e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/wrapper/cli/exec.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ exegol exec demo bloodhound
5050
# Execute the command 'nmap -h' with console output in the container demo:
5151
exegol exec -v demo 'nmap -h'
5252

53-
# Execute a command in background within the demo container:
53+
# Execute the command bloodhound in background within the demo container:
5454
exegol exec -b demo bloodhound
5555

56-
# Execute the command bloodhound in a temporary container based on the full image:
57-
exegol exec --tmp full bloodhound
56+
# Execute the command bloodhound with neo4j in a temporary container based on the full image:
57+
exegol exec --tmp full 'neo4j start && bloodhound'
5858

59-
# Execute a command in background with a temporary container:
60-
exegol exec -b --tmp full bloodhound
59+
# Execute the command bloodhound with neo4j in background with a temporary container:
60+
exegol exec -b --tmp full 'neo4j start && bloodhound'
6161

6262
# Execute Wireshark in background, in a privileged temporary container:
63-
exegol exec --background --tmp --privileged "nightly" "wireshark"
63+
exegol exec --background --tmp --privileged nightly wireshark
6464

65-
# Execute the command wireshark with network admin privileged:
65+
# Execute the command wireshark with network admin privileges:
6666
exegol exec -b --tmp --cap NET_ADMIN full wireshark
6767
```

0 commit comments

Comments
 (0)