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
/
container
/
container.go
Age
Commit message (
Expand
)
Author
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-18
Resolve mount paths while setting up root fs mount
Fabricio Voznika
2018-10-17
runsc: Add --pid flag to runsc kill.
Kevin Krakauer
2018-10-16
Bump sandbox start and stop timeouts.
Nicolas Lacasse
2018-10-11
Make the gofer process enter namespaces
Fabricio Voznika
2018-10-11
Add bare bones unsupported syscall logging
Fabricio Voznika
2018-10-10
Add sandbox to cgroup
Fabricio Voznika
2018-10-09
Add tests to verify gofer is chroot'ed
Fabricio Voznika
2018-10-03
runsc: Allow state transition from Creating to Stopped.
Nicolas Lacasse
2018-10-01
runsc: Support job control signals in "exec -it".
Nicolas Lacasse
2018-10-01
Make multi-container the default mode for runsc
Fabricio Voznika
2018-09-30
Removed duplicate/stale TODOs
Fabricio Voznika
2018-09-28
runsc: allow `kill --all` when container is in stopped state.
Lantao Liu
2018-09-28
Make runsc kill and delete more conformant to the "spec"
Fabricio Voznika
2018-09-27
Implement 'runsc kill --all'
Fabricio Voznika
2018-09-21
The "action" in container.Signal should be "signal".
Nicolas Lacasse
2018-09-21
runsc: Synchronize container metadata changes with a file lock.
Nicolas Lacasse
2018-09-20
Set Sandbox.Chroot so it gets cleaned up upon destruction
Fabricio Voznika
2018-09-20
runsc: Fix a bug that `runsc wait` doesn't work after container exits.
Lantao Liu
2018-09-19
Add container.Destroy urpc method.
Nicolas Lacasse
2018-09-18
Added state machine checks for Container.Status
Fabricio Voznika
2018-09-18
Handle children processes better in tests
Fabricio Voznika
2018-09-17
runsc: Enable waiting on exited processes.
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-07
Remove '--file-access=direct' option
Fabricio Voznika
2018-09-05
runsc: Support runsc kill multi-container.
Kevin Krakauer
2018-09-05
Enabled bind mounts in sub-containers
Fabricio Voznika
2018-09-05
Running container should have a valid sandbox
Fabricio Voznika
2018-08-28
runsc: unmount volume mounts when destroy container.
Lantao Liu
2018-08-27
Put fsgofer inside chroot
Fabricio Voznika
2018-08-21
Initial change for multi-gofer support
Fabricio Voznika
2018-08-15
runsc fsgofer: Support dynamic serving of filesystems.
Kevin Krakauer
2018-07-18
Moved restore code out of create and made to be called after create.
Justine Olshan
2018-07-02
runsc: fix panic for `runsc wait` on stopped container.
Lantao Liu
2018-06-29
Fix typo.
Brielle Broder
2018-06-29
Added leave-running flag for checkpoint.
Brielle Broder
2018-06-28
runsc: Add the "wait" subcommand.
Kevin Krakauer
2018-06-28
Wait for sandbox process when waiting for root container
Fabricio Voznika
2018-06-28
Error out if spec is invalid
Fabricio Voznika
2018-06-25
runsc: add a `multi-container` flag to enable multi-container support.
Lantao Liu
2018-06-22
runsc: Enable waiting on individual containers within a sandbox.
Kevin Krakauer
2018-06-21
Restore implementation added to runsc.
Brielle Broder
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-14
Fix typo.
Brielle Broder
2018-06-12
Runsc checkpoint works.
Brielle Broder
2018-06-06
runsc: Support abbreviated container IDs.
Kevin Krakauer
2018-06-06
Add runsc checkpoint command.
Googler
[next]