gvisor/runsc/cmd
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 'runsc do' command 2019-04-11 17:54:34 -07:00
boot.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
capability.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
capability_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
checkpoint.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
chroot.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
cmd.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
create.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
debug.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
delete.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
delete_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
do.go Add [simple] network support to 'runsc do' 2019-05-02 17:17:39 -07:00
events.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
exec.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
exec_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
gofer.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
gofer_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
kill.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
list.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
path.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
pause.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
ps.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
restore.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
resume.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
run.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
spec.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
start.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
wait.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00