summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/testutil/docker.go
AgeCommit message (Expand)Author
2018-10-24Re-enable TestPythonHello now that ptrace seccomp issue is resolved.Nicolas Lacasse
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-18Skip TestPythonHello on ptrace platform while we debug the issue.Nicolas Lacasse
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-11Sandbox cgroup testsFabricio Voznika
2018-10-10Add sandbox to cgroupFabricio Voznika
2018-10-09Add tests to verify gofer is chroot'edFabricio Voznika
2018-10-03Fix sandbox chrootFabricio Voznika
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-09-28Made a few changes to make testutil.Docker easier to useFabricio Voznika
2018-09-28Add ruby image testsFabricio Voznika
2018-09-05Use container's capabilities in execFabricio Voznika
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-08Resend packets back to netstack if destined to itselfFabricio Voznika
2018-08-07Fix build break in testFabricio Voznika
2018-08-02Isolate image pulling time from container startupFabricio Voznika
2018-07-11Created runsc and docker integration tests.Justine Olshan