summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/exec.go
AgeCommit message (Expand)Author
2020-02-10Add flag package to limit visibility.Adin Scannell
2019-10-01Prevent CAP_NET_RAW from appearing in execFabricio Voznika
2019-09-23Always set HOME env var with `runsc exec`.Nicolas Lacasse
2019-06-26Always set SysProcAttr.Ctty to an FD in the child's FD table.Nicolas Lacasse
2019-06-25Use different Ctty FDs based on the go version.Nicolas Lacasse
2019-06-13Update canonical repository.Adin Scannell
2019-06-06Send error message to docker/kubectl exec on failureFabricio Voznika
2019-06-03Remove 'clearStatus' option from container.Wait*PID()Fabricio Voznika
2019-05-30Update internal flag name and documentationFabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-26Make raw sockets a toggleable feature disabled by default.Kevin Krakauer
2019-01-22Don't bind-mount runsc into a sandbox mntnsAndrei Vagin
2019-01-18Scrub runsc error messagesFabricio Voznika
2018-11-28Internal change.Googler
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