index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
runsc
/
boot
/
controller.go
Age
Commit message (
Expand
)
Author
2018-12-07
sentry: turn "dynamically-created" procfs files into static creation.
Zhaozhong Ni
2018-11-09
Close donated files if containerManager.Start() fails
Fabricio Voznika
2018-11-07
Add more logging to controller.go
Fabricio Voznika
2018-11-05
Fix race between start and destroy
Fabricio Voznika
2018-11-05
Log when external signal is received
Fabricio Voznika
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-17
runsc: Support job control signals for the root container.
Nicolas Lacasse
2018-10-01
runsc: Support job control signals in "exec -it".
Nicolas Lacasse
2018-09-28
Make runsc kill and delete more conformant to the "spec"
Fabricio Voznika
2018-09-27
Merge Loader.containerRootTGs and execProcess into a single map
Fabricio Voznika
2018-09-27
Implement 'runsc kill --all'
Fabricio Voznika
2018-09-27
Refactor 'runsc boot' to take container ID as argument
Fabricio Voznika
2018-09-20
Wait for all async fs operations to complete before returning from Destroy.
Nicolas Lacasse
2018-09-19
runsc: Fix stdin/stdout/stderr in multi-container mode.
Kevin Krakauer
2018-09-19
Add container.Destroy urpc method.
Nicolas Lacasse
2018-09-18
Automated rollback of changelist 213307171
Kevin Krakauer
2018-09-17
runsc: Enable waiting on exited processes.
Kevin Krakauer
2018-09-17
runsc: Fix stdin/out/err in multi-container mode.
Kevin Krakauer
2018-09-13
runsc: Support container signal/wait.
Lantao Liu
2018-09-12
runsc: Add exec flag that specifies where to save the sandbox-internal pid.
Kevin Krakauer
2018-09-11
platform: Pass device fd into platform constructor.
Nicolas Lacasse
2018-09-07
runsc: Support multi-container exec.
Nicolas Lacasse
2018-09-05
runsc: Support runsc kill multi-container.
Kevin Krakauer
2018-09-05
runsc: Promote getExecutablePathInternal to getExecutablePath.
Nicolas Lacasse
2018-08-27
Put fsgofer inside chroot
Fabricio Voznika
2018-08-24
runsc: Terminal support for "docker exec -ti".
Nicolas Lacasse
2018-08-15
runsc fsgofer: Support dynamic serving of filesystems.
Kevin Krakauer
2018-08-08
Enable SACK in runsc
Fabricio Voznika
2018-07-18
Moved restore code out of create and made to be called after create.
Justine Olshan
2018-06-28
runsc: Add the "wait" subcommand.
Kevin Krakauer
2018-06-22
runsc: Enable waiting on individual containers within a sandbox.
Kevin Krakauer
2018-06-20
Add 'runsc debug' command
Fabricio Voznika
2018-06-19
runsc: Enable container creation within existing sandboxes.
Kevin Krakauer
2018-06-19
Added a resume command to unpause a paused container.
Justine Olshan
2018-06-15
Added code for a pause command for a container process.
Justine Olshan
2018-06-06
Added a function to the controller to checkpoint a container.
Googler
2018-05-17
Push signal-delivery and wait into the sandbox.
Nicolas Lacasse
2018-05-09
Return better errors from Docker when runsc fails to start.
Nicolas Lacasse
2018-04-28
Check in gVisor.
Googler