Skip to content

Commit

Permalink
docs: remove old trace subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
geyslan committed Jun 14, 2023
1 parent 6dca27a commit 1eeeeb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/integrating/container-engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ As a user, when container enrichment is enabled the event output will include en
-v /etc/os-release:/etc/os-release-host:ro \
-v /var/run/docker.sock:/var/run/docker.sock \
aquasec/tracee:{{ git.tag }} \
trace --output json --containers
--output json --containers
```

2. Running in container filtering mode and with enrichment enabled will add the image name to the table printer
Expand All @@ -81,5 +81,5 @@ As a user, when container enrichment is enabled the event output will include en
-v /etc/os-release:/etc/os-release-host:ro \
-v /var/run/containerd:/var/run/containerd \
aquasec/tracee:{{ git.tag }} \
trace --filter container --containers
--filter container --containers
```

0 comments on commit 1eeeeb2

Please sign in to comment.