gvisor/runsc/cmd
Adin Scannell 420b791a3d Minor formatting updates for gvisor.dev.
* Aggregate architecture Overview in "What is gVisor?" as it makes more sense
  in one place.

* Drop "user-space kernel" and use "application kernel". The term "user-space
  kernel" is confusing when some platform implementation do not run in
  user-space (instead running in guest ring zero).

* Clear up the relationship between the Platform page in the user guide and the
  Platform page in the architecture guide, and ensure they are cross-linked.

* Restore the call-to-action quick start link in the main page, and drop the
  GitHub link (which also appears in the top-right).

* Improve image formatting by centering all doc and blog images, and move the
  image captions to the alt text.

PiperOrigin-RevId: 311845158
2020-05-15 20:05:18 -07:00
..
BUILD
boot.go Specify a memory file in platform.New(). 2020-04-22 17:50:10 -07:00
capability.go
capability_test.go
checkpoint.go Add flag package to limit visibility. 2020-02-10 13:57:01 -08:00
chroot.go
cmd.go
create.go
debug.go
delete.go
delete_test.go
do.go
error.go
events.go Add flag package to limit visibility. 2020-02-10 13:57:01 -08:00
exec.go
exec_test.go Prevent CAP_NET_RAW from appearing in exec 2019-10-01 11:49:49 -07:00
gofer.go Clean up TODOs 2020-04-08 17:58:13 -07:00
gofer_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
help.go
install.go
kill.go
list.go Add flag package to limit visibility. 2020-02-10 13:57:01 -08:00
path.go
pause.go
ps.go
restore.go
resume.go Add flag package to limit visibility. 2020-02-10 13:57:01 -08:00
run.go Add flag package to limit visibility. 2020-02-10 13:57:01 -08:00
spec.go Add flag package to limit visibility. 2020-02-10 13:57:01 -08:00
start.go
state.go
statefile.go Add statefile command to runsc. 2020-02-19 18:28:42 -08:00
syscalls.go Fix runsc syscall documentation generation. 2020-05-06 14:13:48 -07:00
wait.go