gvisor/runsc/sandbox
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
..
BUILD gvisor/runsc: enable generic segmentation offload (GSO) 2019-03-29 16:27:38 -07:00
network.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
network_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sandbox.go Add [simple] network support to 'runsc do' 2019-05-02 17:17:39 -07:00