Skip to content

Commit d6d3ed5

Browse files
committed
Update README.md
1 parent a8d6f93 commit d6d3ed5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ To check if `strace-docker` is successfully installed and running, use `service
1616
### Tracing
1717
`strace-docker` is automatically triggered by [`docker events`](https://docs.docker.com/engine/reference/commandline/events) to monitor any new Docker container. The resulting trace of system calls is written to a new file at `/var/log/strace-docker/`. File name will be `$id-$image-$timestamp` where `$id` is the container ID, `$image` is the container image, and `$timestamp` is the time the container started. You can see full log of monitored containers at `/var/log/strace-docker/log`.
1818

19+
[![How to use the strace-docker tool](https://img.youtube.com/vi/iWywV_4Y34E/0.jpg)](https://www.youtube.com/watch?v=iWywV_4Y34E)
20+
21+
1922
## Known Issues
2023
- `strace-docker` does not currently stop tracing process automatically when container is stopped.
2124
- `strace-docker` does not resume tracing to the same file on container restart.

0 commit comments

Comments
 (0)