gvisor/runsc/boot
Fabricio Voznika c1be25b78d Scrub runsc error messages
Removed "error" and "failed to" prefix that don't add value
from messages. Adjusted a few other messages.  In particular,
when the container fail to start, the message returned is easier
for humans to read:

$ docker run --rm --runtime=runsc alpine foobar
docker: Error response from daemon: OCI runtime start failed: <path> did not terminate sucessfully: starting container: starting root container [foobar]: starting sandbox: searching for executable "foobar", cwd: "/", $PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin": no such file or directory

Closes #77

PiperOrigin-RevId: 230022798
Change-Id: I83339017c70dae09e4f9f8e0ea2e554c4d5d5cd1
2019-01-18 17:36:02 -08:00
..
filter Use RET_KILL_PROCESS if available in kernel 2018-11-20 22:56:51 -08:00
BUILD Open source system call tests. 2018-12-10 14:42:34 -08:00
compat.go Add unsupported syscall events for get/setsockopt 2018-11-20 14:04:12 -08:00
compat_amd64.go Add unsupported syscall events for get/setsockopt 2018-11-20 14:04:12 -08:00
compat_test.go Add unsupported syscall events for get/setsockopt 2018-11-20 14:04:12 -08:00
config.go Automated rollback of changelist 225089593 2019-01-02 15:48:00 -08:00
controller.go Scrub runsc error messages 2019-01-18 17:36:02 -08:00
debug.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
events.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
fds.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
fs.go Scrub runsc error messages 2019-01-18 17:36:02 -08:00
limits.go Rename limits.MemoryPagesLocked to limits.MemoryLocked. 2018-12-20 13:28:46 -08:00
loader.go Scrub runsc error messages 2019-01-18 17:36:02 -08:00
loader_test.go Prevent internal tmpfs mount to override files in /tmp 2019-01-16 12:48:32 -08:00
network.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
strace.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00