gvisor/runsc/container
Fabricio Voznika 356d1be140 Allow 'runsc do' to run without root
'--rootless' flag lets a non-root user execute 'runsc do'.
The drawback is that the sandbox and gofer processes will
run as root inside a user namespace that is mapped to the
caller's user, intead of nobody. And network is defaulted
to '--network=host' inside the root network namespace. On
the bright side, it's very convenient for testing:

runsc --rootless do ls
runsc --rootless do curl www.google.com

PiperOrigin-RevId: 252840970
2019-06-12 09:41:50 -07:00
..
test_app runsc: move test_app in a separate directory 2019-05-02 19:27:27 -07:00
BUILD runsc: move test_app in a separate directory 2019-05-02 19:27:27 -07:00
console_test.go Remove 'clearStatus' option from container.Wait*PID() 2019-06-03 18:16:09 -07:00
container.go Remove 'clearStatus' option from container.Wait*PID() 2019-06-03 18:16:09 -07:00
container_test.go Allow 'runsc do' to run without root 2019-06-12 09:41:50 -07:00
hook.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
multi_container_test.go Add support to mount pod shared tmpfs mounts 2019-06-11 14:54:31 -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