Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gs0510 committed Mar 20, 2019
1 parent eae73eb commit 9fc5fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rustrace
Strace in Rust :mag:

> strace is the system-call tracer, which traces the calls that a program makes into the kernel in order to interact with the > outside world.
> strace is the system-call tracer, which traces the calls that a program makes into the kernel in order to interact with the outside world.
This code uses nix library which is platform dependent, hence there's a dockerfile which you can use to run this code!
docker run -it --security-opt seccomp=unconfined <image_name>
Expand Down

0 comments on commit 9fc5fc7

Please sign in to comment.