diff options
author | Kevin Krakauer <kevinkrakauer@gmail.com> | 2019-08-26 13:09:49 -0700 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-08-29 11:17:45 -0700 |
commit | 9e7378a377440fe2d33920e2cb20028c728886da (patch) | |
tree | be4480371f1061e21a8151677401bd51135d2a5f /content/docs/user_guide | |
parent | 5c82fbe1aac83ce76c628c6ee382c77df8d331ea (diff) |
Add a shortlist of commonly request debugging tools.
Diffstat (limited to 'content/docs/user_guide')
-rw-r--r-- | content/docs/user_guide/compatibility/_index.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/content/docs/user_guide/compatibility/_index.md b/content/docs/user_guide/compatibility/_index.md index 4e744b2c2..1ad243fdf 100644 --- a/content/docs/user_guide/compatibility/_index.md +++ b/content/docs/user_guide/compatibility/_index.md @@ -36,5 +36,20 @@ The following applications/images have been tested: * tomcat * wordpress +## Debugging tools + +Most common debugging utilities work. Specific tools include: + +| Tool | Status | +| --- | --- | +| curl | Working | +| dig | Working | +| drill | Working | +| netstat | [In progress](https://github.com/google/gvisor/issues/506) | +| nslookup | Working | +| ping | Working | +| tcpdump | [In progress](https://github.com/google/gvisor/issues/173) | +| wget | Working | + [bug]: https://github.com/google/gvisor/issues/new?title=Compatibility%20Issue: [issues]: https://github.com/google/gvisor/issues?q=is%3Aissue+is%3Aopen+label%3A%22area%3A+compatibility%22 |