summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Krakauer <kevinkrakauer@gmail.com>2019-08-27 15:55:33 -0700
committerIan Lewis <ianlewis@google.com>2019-08-29 11:17:45 -0700
commite0ef639496db0205cec6752b482c30df0e64b80b (patch)
tree08b5df2f07f5d220cf24429a5d81291738fb635b
parent4cc78abee5f6cbfd218c8446ea5a44d36a1f98fb (diff)
Added busybox note, changed route
-rw-r--r--content/docs/user_guide/compatibility/_index.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/content/docs/user_guide/compatibility/_index.md b/content/docs/user_guide/compatibility/_index.md
index dbb5b305b..51fc6f4aa 100644
--- a/content/docs/user_guide/compatibility/_index.md
+++ b/content/docs/user_guide/compatibility/_index.md
@@ -38,9 +38,14 @@ The following applications/images have been tested:
## Utilities
-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:
+Most common utilities work. Note that:
+
+* Some tools, such as `tcpdump` and old versions of `ping`, require explicitly
+ enabling raw sockets via the unsafe `--net-raw` runsc flag.
+* Different Docker images can behave differently. For example, Alpine Linux and
+ Ubuntu have different `ip` binaries.
+
+ Specific tools include:
| Tool | Status |
| --- | --- |
@@ -58,7 +63,7 @@ versions of ping, require excplicitly enabling raw sockets via the unsafe
| 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) |
+| ip | Some subcommands work (e.g. addr, route) |
| less | Working |
| ls | Working |
| lsof | Working |
@@ -69,7 +74,7 @@ versions of ping, require excplicitly enabling raw sockets via the unsafe
| nslookup | Working |
| ping | Working |
| ps | Working |
-| route | 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) |
| strace | Working |