From e0ef639496db0205cec6752b482c30df0e64b80b Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Tue, 27 Aug 2019 15:55:33 -0700 Subject: [PATCH] Added busybox note, changed route --- content/docs/user_guide/compatibility/_index.md | 15 ++++++++++----- 1 file 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 |