diff options
author | Kevin Krakauer <kevinkrakauer@gmail.com> | 2019-08-26 16:30:08 -0700 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-08-29 11:17:45 -0700 |
commit | 8e406b0bf96f2f8b39275d1d0b9a3283678c0755 (patch) | |
tree | d45886d164a0803e5aa41329db4d4b3d250363c7 /content/docs | |
parent | a89ee859b9b15cdfbfd1eb5219e97fc9884c92d2 (diff) |
Added nc, ip, and sshd.
Diffstat (limited to 'content/docs')
-rw-r--r-- | content/docs/user_guide/compatibility/_index.md | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/content/docs/user_guide/compatibility/_index.md b/content/docs/user_guide/compatibility/_index.md index 74519628f..b0819b7c8 100644 --- a/content/docs/user_guide/compatibility/_index.md +++ b/content/docs/user_guide/compatibility/_index.md @@ -42,21 +42,24 @@ Most common debugging utilities work. Note that some tools, such as tcpdump and old versions of ping, require excplicitly enabling raw sockets via the unsafe `--net-raw` runsc flag. Specific tools include: -| Tool | Status | -| --- | --- | -| curl | Working | -| dig | Working | -| drill | Working | -| gdb | Working | -| lsof | Working | +| Tool | Status | +| --- | --- | +| curl | Working | +| dig | Working | +| drill | Working | +| gdb | Working | +| ip | Most commands not working. Some (e.g. addr) work | +| lsof | Working | +| nc | Working | | netstat | [In progress](https://github.com/google/gvisor/issues/506) | -| nslookup | Working | -| ping | Working | -| ps | Working | -| ss | Not working | +| nslookup | Working | +| ping | Working | +| ps | Working | +| ss | Working | +| sshd | Partially working. Job control [in progress](https://github.com/google/gvisor/issues/154) | | tcpdump | [In progress](https://github.com/google/gvisor/issues/173) | -| top | Working | -| wget | Working | +| top | Working | +| 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 |