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
Age
Commit message (
Expand
)
Author
2018-06-21
Forward SIGUSR2 to the sandbox too
Fabricio Voznika
2018-06-21
Added functionality to create a RestoreEnvironment.
Justine Olshan
2018-06-21
runsc: Default umask should be 0.
Nicolas Lacasse
2018-06-20
Add 'runsc debug' command
Fabricio Voznika
2018-06-19
runsc: Enable container creation within existing sandboxes.
Kevin Krakauer
2018-06-19
runsc: Whitelist lstat, as it is now used in specutils.
Kevin Krakauer
2018-06-19
Added a resume command to unpause a paused container.
Justine Olshan
2018-06-18
Modified boot.go to allow for restores.
Justine Olshan
2018-06-18
runsc: support "rw" mount option.
Lantao Liu
2018-06-15
Added code for a pause command for a container process.
Justine Olshan
2018-06-15
runsc: support /dev bind mount which does not conflict with default /dev mount.
Lantao Liu
2018-06-15
Set kernel.applicationCores to the number of processor on the host
Fabricio Voznika
2018-06-14
Add nanosleep filter for Go 1.11 support
Michael Pratt
2018-06-13
Fix failure to mount volume that sandbox process has no access
Fabricio Voznika
2018-06-12
runsc: do not include sub target if it is not started with '/'.
Lantao Liu
2018-06-12
Runsc checkpoint works.
Brielle Broder
2018-06-12
runsc: enable terminals in the sandbox.
Kevin Krakauer
2018-06-12
Enable debug logging in tests
Fabricio Voznika
2018-06-08
Drop capabilities not needed by Gofer
Fabricio Voznika
2018-06-06
Added a function to the controller to checkpoint a container.
Googler
2018-06-04
Create destination mount dir if it doesn't exist
Fabricio Voznika
2018-06-01
Add SyscallRules that supports argument filtering
Zhengyu He
2018-05-24
Configure sandbox as superuser
Fabricio Voznika
2018-05-17
Implement sysv shm.
Rahat Mahmood
2018-05-17
Push signal-delivery and wait into the sandbox.
Nicolas Lacasse
2018-05-15
Refactor the Sandbox package into Sandbox + Container.
Nicolas Lacasse
2018-05-10
Skip atime and mtime update when file is backed by host FD
Fabricio Voznika
2018-05-09
Return better errors from Docker when runsc fails to start.
Nicolas Lacasse
2018-05-04
Fix runsc capabilities
Fabricio Voznika
2018-05-01
Add support for ping sockets
Ian Gudger
2018-05-01
Implement SO_TIMESTAMP
Ian Gudger
2018-04-28
Check in gVisor.
Googler