gvisor/runsc/cmd
Dean Deng 1efe0ebc59 Switch uses of os.Getenv that check for empty string to os.LookupEnv.
Whether the variable was found is already returned by syscall.Getenv.
os.Getenv drops this value while os.Lookupenv passes it along.

PiperOrigin-RevId: 351674032
2021-01-13 15:15:20 -08:00
..
BUILD Add runsc symbolize command. 2020-12-11 15:43:22 -08:00
boot.go Add --traceback flag to customize GOTRACEBACK level 2020-10-23 08:46:57 +00:00
capability.go Update canonical repository. 2019-06-13 16:50:15 -07:00
capability_test.go Move boot.Config to its own package 2020-08-19 18:37:42 -07:00
checkpoint.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
chroot.go Improve error message when pivot_root fails 2020-03-19 20:18:03 -07:00
cmd.go Update canonical repository. 2019-06-13 16:50:15 -07:00
create.go Let flags be overriden from OCI annotations 2020-09-01 11:12:19 -07:00
debug.go Add benchmarks targets to BuildKite. 2021-01-05 13:21:54 -08:00
delete.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
delete_test.go Move boot.Config to its own package 2020-08-19 18:37:42 -07:00
do.go Surface usage message for `runsc do`. 2020-12-03 11:47:30 -08:00
error.go Update canonical repository. 2019-06-13 16:50:15 -07:00
events.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
exec.go OCI spec may contain duplicate environment variables 2021-01-11 16:25:50 -08:00
exec_test.go Prevent CAP_NET_RAW from appearing in exec 2019-10-01 11:49:49 -07:00
gofer.go Remove option to panic gofer 2020-09-17 12:01:45 -07:00
gofer_test.go Switch uses of os.Getenv that check for empty string to os.LookupEnv. 2021-01-13 15:15:20 -08:00
help.go Minor formatting updates for gvisor.dev. 2020-05-15 20:05:18 -07:00
install.go Add flag package to limit visibility. 2020-02-10 13:57:01 -08:00
kill.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
list.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
path.go
pause.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
ps.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
restore.go Let flags be overriden from OCI annotations 2020-09-01 11:12:19 -07:00
resume.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
run.go Let flags be overriden from OCI annotations 2020-09-01 11:12:19 -07:00
spec.go Add args and netns flag to runsc spec 2020-07-09 15:26:52 -07:00
start.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
state.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
statefile.go Support for saving pointers to fields in the state package. 2020-06-23 23:34:06 -07:00
symbolize.go Add runsc symbolize command. 2020-12-11 15:43:22 -08:00
syscalls.go Fix simple mistakes identified by goreportcard. 2021-01-12 12:38:22 -08:00
wait.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00