gvisor/runsc
Fabricio Voznika 546a1df7d1 Add 'runsc do' command
It provides an easy way to run commands to quickly test gVisor.
By default it maps the host root as the container root with a
writable overlay on top (so the host root is not modified).

Example:
  sudo runsc do ls -lh --color
  sudo runsc do ~/src/test/my-test.sh
PiperOrigin-RevId: 243178711
Change-Id: I05f3d6ce253fe4b5f1362f4a07b5387f6ddb5dd9
2019-04-11 17:54:34 -07:00
..
boot Add TCP checksum verification. 2019-04-09 11:23:47 -07:00
cgroup Fix cgroup when path is relative 2019-02-25 19:21:47 -08:00
cmd Add 'runsc do' command 2019-04-11 17:54:34 -07:00
console Remove license comments 2019-01-31 11:12:53 -08:00
container runsc: set UID and GID if gofer is executed in a new user namespace 2019-04-09 11:31:57 -07:00
fsgofer Automated rollback of changelist 240657604 2019-04-01 17:30:11 -07:00
sandbox Add 'runsc do' command 2019-04-11 17:54:34 -07:00
specutils gvisor: Add support for the MS_NOEXEC mount option 2019-04-04 17:43:53 -07:00
test netstack: reduce MSS from SYN to account tcp options 2019-03-19 17:33:20 -07:00
tools/dockercfg Remove license comments 2019-01-31 11:12:53 -08:00
BUILD Add release hook and version flag 2019-04-01 16:18:43 -07:00
main.go Add 'runsc do' command 2019-04-11 17:54:34 -07:00
version.go Add release hook and version flag 2019-04-01 16:18:43 -07:00