gvisor/runsc
Fabricio Voznika bbb6539114 Add [simple] network support to 'runsc do'
Sandbox always runsc with IP 192.168.10.2 and the peer
network adds 1 to the address (192.168.10.3). Sandbox
IP can be changed using --ip flag.

Here a few examples:
  sudo runsc do curl www.google.com
  sudo runsc do --ip=10.10.10.2 bash -c "echo 123 | netcat -l -p 8080"

PiperOrigin-RevId: 246421277
Change-Id: I7b3dce4af46a57300350dab41cb27e04e4b6e9da
2019-05-02 17:17:39 -07:00
..
boot Implement async MemoryFile eviction, and use it in CachingInodeOperations. 2019-04-30 13:56:41 -07:00
cgroup Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
cmd Add [simple] network support to 'runsc do' 2019-05-02 17:17:39 -07:00
console Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
container Add [simple] network support to 'runsc do' 2019-05-02 17:17:39 -07:00
fsgofer Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sandbox Add [simple] network support to 'runsc do' 2019-05-02 17:17:39 -07:00
specutils Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
test Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
tools/dockercfg Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
BUILD Add release hook and version flag 2019-04-01 16:18:43 -07:00
main.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
version.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00