diff options
author | Kevin Krakauer <kevinkrakauer@gmail.com> | 2019-08-27 10:14:25 -0700 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-08-29 11:17:45 -0700 |
commit | 942c740920785f70de2ab95efd249e2fd89acc43 (patch) | |
tree | 8d9605a85ed3820d9a483fc47d490741de1500f7 /content/docs/user_guide/compatibility | |
parent | 6e350e809a8486e09eca9c9bae351270c8cfe907 (diff) |
Added more tools.
Diffstat (limited to 'content/docs/user_guide/compatibility')
-rw-r--r-- | content/docs/user_guide/compatibility/_index.md | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/content/docs/user_guide/compatibility/_index.md b/content/docs/user_guide/compatibility/_index.md index 6709ea502..21b028d30 100644 --- a/content/docs/user_guide/compatibility/_index.md +++ b/content/docs/user_guide/compatibility/_index.md @@ -36,29 +36,47 @@ The following applications/images have been tested: * tomcat * wordpress -## Debugging tools +## Utilities -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 +Most common 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 | | --- | --- | +| apt-get | Working | +| bundle | Working | +| cat | Working | | curl | Working | +| dd | Working | +| df | Working | | dig | Working | | drill | Working | +| env | Working | +| find | Working | | gdb | Working | +| gosu | Working | +| grep | Working (unless stdin is a pipe and stdout is /dev/null) | +| ifconfig | Works partially, like ip | | ip | Some subcommands work (e.g. addr) | +| less | Working | +| ls | Working | | lsof | Working | +| mount | Works in readonly mode. gVisor doesn't currently support creating new mounts at runtime | | nc | Working | | netstat | [In progress](https://github.com/google/gvisor/issues/506) | | nslookup | Working | | ping | Working | | ps | Working | +| route | Working | | ss | [In progress](https://github.com/google/gvisor/issues/506) | | sshd | Partially working. Job control [in progress](https://github.com/google/gvisor/issues/154) | +| strace | Working | +| tar | Working | | tcpdump | [In progress](https://github.com/google/gvisor/issues/173) | | top | Working | +| uptime | Working | +| vim | Working | | wget | Working | [bug]: https://github.com/google/gvisor/issues/new?title=Compatibility%20Issue: |