File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -50,18 +50,18 @@ exegol exec demo bloodhound
5050# Execute the command 'nmap -h' with console output in the container demo:
5151exegol 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:
5454exegol 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 :
6666exegol exec -b --tmp --cap NET_ADMIN full wireshark
6767```
You can’t perform that action at this time.
0 commit comments