This website requires JavaScript.
Explore
Help
Sign In
jasder
/
runc
Watch
1
Star
0
Fork
You've already forked runc
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
442a6cff7e
runc
/
.gitignore
6 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add vendor/pkg to gitignore It's auto generated by go install, we should ignore them. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2015-05-06 21:38:32 +08:00
vendor/pkg
Make runc buildable everywhere Currently we need to clone github.com/opencontainers/runc to GOPATH so we can make it, it's not friendly for developers. We can resolve it by vendoring itself as a symlink in GOPATH. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2015-10-12 19:17:58 +08:00
/runc
contrib: add recvtty proof-of-concept This is a proof-of-concept for the --console-socket API. It just acts as a dumb input-output copy process (nowhere near as good as the internal runC one since it doesn't handle console resizes or signals). It also provides a test-friendly mode that will be used in the bats integration tests. This patch is part of the console rewrite patchset. Signed-off-by: Aleksa Sarai <asarai@suse.de>
2016-09-05 20:29:03 +08:00
contrib/cmd/recvtty/recvtty
Update .gitignore for generate man pages Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2016-03-03 08:19:49 +08:00
man/man8
Introduce make release So we can make all types of release binary with combination of following flags: seccomp selinux apparmor static All binary files are put in release/ dir, like: [root@zlosvm1 runc]# ls -l release total 53556 -rwxr-xr-x 1 root root 9517965 Aug 24 16:59 runc -rwxr-xr-x 1 root root 9673533 Aug 24 17:00 runc.seccomp -rwxr-xr-x 1 root root 9705839 Aug 24 17:00 runc.seccomp.selinux -rwxr-xr-x 1 root root 9546175 Aug 24 16:59 runc.selinux -rwxr-xr-x 1 root root 8205015 Aug 24 16:59 runc.selinux.static -rwxr-xr-x 1 root root 8181789 Aug 24 16:59 runc.static ... Closes #899 Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
2016-06-14 18:03:35 +08:00
release