summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/exec.go
AgeCommit message (Expand)Author
2018-11-12runsc: generate exec pidfile after everything is ready.Lantao Liu
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-09-26runsc: fix pid file race condition in exec detach mode.Lantao Liu
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-12runsc: Add exec flag that specifies where to save the sandbox-internal pid.Kevin Krakauer
2018-09-05Use container's capabilities in execFabricio Voznika
2018-09-05runsc: Promote getExecutablePathInternal to getExecutablePath.Nicolas Lacasse
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-07-25runsc: Fix "exec" command when called without --pid-file.Nicolas Lacasse
2018-06-19runsc: Enable container creation within existing sandboxes.Kevin Krakauer
2018-05-15Refactor the Sandbox package into Sandbox + Container.Nicolas Lacasse
2018-05-03Return error when child exits earlyFabricio Voznika
2018-05-02Remove detach for exec optionsFabricio Voznika
2018-04-28Check in gVisor.Googler