diff options
author | Ian Lewis <ianlewis@google.com> | 2020-03-10 18:24:00 -0400 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2020-03-11 11:37:19 +0900 |
commit | 95535eca245cfa6de69c42a04a6f6b265f22e014 (patch) | |
tree | c1fe4a8f3e01306c31b4a043cb08af8f224ca25f /content | |
parent | 7a3048954a537b82f2dfd5cf81600585820ffd3a (diff) |
Update tool compatibility.
Diffstat (limited to 'content')
-rw-r--r-- | content/docs/user_guide/compatibility/_index.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/content/docs/user_guide/compatibility/_index.md b/content/docs/user_guide/compatibility/_index.md index 94fcb6f22..f3077d356 100644 --- a/content/docs/user_guide/compatibility/_index.md +++ b/content/docs/user_guide/compatibility/_index.md @@ -62,24 +62,24 @@ Most common utilities work. Note that: | gdb | Working | | gosu | Working | | grep | Working (unless stdin is a pipe and stdout is /dev/null) | -| ifconfig | Works partially, like ip | -| ip | [In progress](https://github.com/google/gvisor/issues/769). Some subcommands work (e.g. addr, route) on alpine images. Not working on newest debian/ubuntu images. | +| ifconfig | Works partially, like ip. Full support [in progress](https://gvisor.dev/issue/578) | +| ip | Some subcommands work (e.g. addr, route). Full support [in progress](https://gvisor.dev/issue/578) | | less | Working | | ls | Working | | lsof | Working | | mount | Works in readonly mode. gVisor doesn't currently support creating new mounts at runtime | | nc | Working | | nmap | Not working | -| netstat | [In progress](https://github.com/google/gvisor/issues/506) | +| netstat | [In progress](https://gvisor.dev/issue/2112) | | nslookup | Working | | ping | Working | | ps | Working | -| route | [In progress](https://github.com/google/gvisor/issues/764) | -| ss | [In progress](https://github.com/google/gvisor/issues/506) | -| sshd | Partially working. Job control [in progress](https://github.com/google/gvisor/issues/154) | +| route | Working | +| ss | [In progress](https://gvisor.dev/issue/2114) | +| sshd | Partially working. Job control [in progress](https://gvisor.dev/issue/154) | | strace | Working | | tar | Working | -| tcpdump | Working | +| tcpdump | [In progress](https://gvisor.dev/issue/173) | | top | Working | | uptime | Working | | vim | Working | |