gvisor/runsc/container
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 Add support for mount propagation 2019-03-18 12:30:43 -07:00
console_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
container.go Add [simple] network support to 'runsc do' 2019-05-02 17:17:39 -07:00
container_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
hook.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
multi_container_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
shared_volume_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
status.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
test_app.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00