From 942c740920785f70de2ab95efd249e2fd89acc43 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Tue, 27 Aug 2019 10:14:25 -0700 Subject: [PATCH] Added more tools. --- .../docs/user_guide/compatibility/_index.md | 24 ++++++++++++++++--- 1 file 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: