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
/
multi_container_test.go
Age
Commit message (
Expand
)
Author
2019-01-18
Start a sandbox process in a new userns only if CAP_SETUID is set
Andrei Vagin
2019-01-16
Prevent internal tmpfs mount to override files in /tmp
Fabricio Voznika
2019-01-11
runsc: Collect zombies of sandbox and gofer processes
Andrei Vagin
2018-11-09
Add tests multicontainer start/stop
Fabricio Voznika
2018-11-07
Fix test --race violation
Fabricio Voznika
2018-11-05
Fix race between start and destroy
Fabricio Voznika
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-17
runsc: Add --pid flag to runsc kill.
Kevin Krakauer
2018-10-11
Add bare bones unsupported syscall logging
Fabricio Voznika
2018-10-03
Fix arithmetic error in multi_container_test.
Nicolas Lacasse
2018-10-01
runsc: Support job control signals in "exec -it".
Nicolas Lacasse
2018-09-28
Add test for 'signall --all' with stopped container
Fabricio Voznika
2018-09-28
Make runsc kill and delete more conformant to the "spec"
Fabricio Voznika
2018-09-27
Move common test code to function
Fabricio Voznika
2018-09-27
Implement 'runsc kill --all'
Fabricio Voznika
2018-09-20
runsc: allow `runsc wait` on a container for multiple times.
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-06
runsc testing: Move TestMultiContainerSignal to multi_container_test.
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-09-05
Move multi-container test to a single file
Fabricio Voznika