登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
2
Star
0
Fork
0
mirrors_rancher
/
runc
代码
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
share-mnt-v0.2.1
01de355
2016-10-21 04:02
下载
v0.2.1
01de355
2016-10-21 04:02
下载
share-mnt-v0.2.0
f0ae71e
2016-10-19 15:42
下载
share-mnt-v0.1.3
f1a45e9
2016-09-21 06:48
下载
share-mnt-v0.1.2
b84a0cd
2016-06-24 22:38
下载
share-mnt-v0.1.1
a95a447
2016-06-17 06:54
下载
share-mnt-v0.1.0
47fd3eb
2016-06-15 17:05
下载
share-mnt-v0.0.5
b3cd7c7
2016-03-15 03:28
下载
share-mnt-v0.0.4
9235891
2016-02-25 22:51
下载
share-mnt-v0.0.3
11a777f
2015-12-05 03:07
下载
share-mnt-v0.0.2
ddf4454
2015-11-24 06:06
下载
v0.0.5
Release v0.0.5 It includes next changes: * godeps: update go-systemd to v4 and godbus/dbus to v3 * libcontainer: configs: extend unsupported os * Fix comment to be consistent with the code * Userns container in containers * static binary \o/ * adding support for --bundle -b to start, restore, and spec; fixes issue #310 * Add seccomp trace support * Change my email address * Fix race setting process opts * Integrate poststart hooks with spec * Add Poststart hook to libcontainer config * Validate process configuration for runc exec * Add some comments about cgroup * Refactor cgroupData * Rename parent and data * Windows: Refactor Container interface * Add more context around some error cases * Docker needs to know whether the user requested a relabel * README.md: fix description for runc with systemd * Windows: Refactor state struct * Windows: Tidy libcontainer\devices * Fixes build tags on cgroups\fs\*.go * Windows: Refactor configs/cgroup.go * Windows: Factor down criu_opts * Add the conversion of architectures for seccomp config * Fixing typo in the comment for exit * Remove naked return * Remove fatalf function; unused. * libcontainer/SPEC.md: fix /dev/stdio symlinks * Correct intuition for setupDev * Unify behavior for memory cgroup * Cgroup set order for systemd * Use array instead of map for cgroup subsystems * Add Name() to cgroup subsystems * Set cpuset.cpus and cpuset.mems before join the cgroup * Add ability to use json structured logging format. * Reorder checks in Walk to avoid panics * Get PIDs from cgroups recursively * Add criu related debug output * Add option to support criu manage cgroups mode for dump and restore * Validate label options * change named to names * Fix for race from error on process start * Add additional gids support * Bump up github.com/opencontainers/specs to cf8dd120937acc3593708f99304c51cfd0f73240 * nsexec: Align clone child stack ptr to 16 * bump docker pkgs * Fix name in MAINTAINERS list * cgroups: Add name=systemd to list of subsystems * cgroups: Add a name cgroup * Allow numeric groups for containers without /etc/group * change uid to gid in func HostGID * Adjust runc to new opencontainers/specs version * exec_test.go: Test case for rootfsPropagation="private" * exec_test.go: Test cases for rootfsPropagation=rslave * Make pivotDir rprivate * Make parent mount of container root private if it is shared. * Start parsing rootfsPropagation and make it effective * Replace config.Privatefs with config.RootPropagation * Fix reOpenDevNull * Only remount if requested flags differ from current * Run tests for all HugetlbSizes * Systemd: Join perf_event cgroup * Add memory reservation support for systemd * Check for failure on /dev/mqueue and try again without labeling * /proc and /sys do not support labeling * Update github.com/syndtr/gocapability/capability to 2c00daeb6c3b45114c80ac44119e7b8801fdd852 * Move mount methods out of configs pkg * Add version to HookState to make it json-compatible with spec State * hooks: Integrate spec hooks with libcontainer * Libcontainer: Add support for multiple architectures in Seccomp * Change mount dest after resolving symlinks * no need to use p.cmd.Process.Pid in function, use p.pid() instead. * Ignore changing /dev/null permissions if used in STDIO * script: test_Dockerfile: install criu from source * Enter existing user namespace if present * Cleanup unused func arguments * README.md: Update the config example * Fix STDIO permissions when container user not root * Fix STDIO ownership for non-tty processes * script: test_Dockerfile: update criu version * update the command usage for `runc start` * libcontainer: Allow passing mount propagation flags * close config file after loaded * simple refactor for the options of `runc spec` * update the command usage of `runc` * Update README for the CAP prefix change * Add CAP prefix for capabilities * Adjust runc to new opencontainers/specs version * Add testing docs in README * make localtest failure on removing seccomp flag * Add all support build tags for runc features * c/r: create cgroups to restore a container * mount: don't read /proc/self/cgroup many times * Rework ParseCgroupFile * Remove old netlink library * Use github.com/vishvananda/netlink for networking * Minor comments fix * Fixing checkpoint issue * Always remount for bind mount * Add Andrey Vagin as maintainer
97bc9a7
2015-11-21 05:45
下载
v0.0.4
v0.0.4
b0fd9fb
2015-09-12 03:06
下载
v0.0.2.1
This release includes one fix: * Get cgroups directory from current process, not from init process
4445a00
2015-08-12 08:58
下载
v0.0.3
This release fixes checkpoint/restore behavior with mounted cgroups. Also it includes various minor features and bugfixes. Full list of changes: * Add signal API to Container interface * Update github.com/opecontainers/specs to 5b31bb2b7771e5074a4eb14eca432da1ca5182d6 * Don't set /proc/<PID>/setgroups to deny in Go1.5 * Add debug message when unable to execute criu * Remove reference to nsinit * Replace dind with smaller script * integration: show criu logs in a error case * tests: dump/restore a container with cgroups * Simplify and fix os.MkdirAll() usage * Change default state directory to /run/oci * Add TESTFLAGS to Makefile targets * Update README.md to correct comment about spec and user * Only add network info if NEWNET is set * Fix files not closed in mountinfo parsing function * signal: Fix leak * test: propagate the error to the caller * Swap check for systemd booted to use go-systemd method * Vendor github.com/coreos/go-systemd/util * Use /proc/self/exe as default for InitPath * Adapt code to go-systemd/dbus v3 * Update github.com/coreos/go-systemd/dbus to v3 * typo: tempory -> temporary * bring the loopback interface up * systemd integration with container runtime for supporting sd_notify protocol * Remount /sys/fs/cgroup as RO if MS_RDONLY was passed in m.Flags * Update maintainers guide * Create symlinks for merged cgroups * ct: give criu informations about cgroup mounts * Fix subsystem path with abs parent * avoid infinite loop with GCCGO
072fa6f
2015-08-04 23:40
下载
v0.0.2
Fix release Changes: * Substract source mount from cgroup dir
1eeb86f
2015-07-18 05:53
下载
v0.0.1
runc/libcontainer release Most notable changes are about mounting cgroups inside container. Changes(from docker/libcontainer v2.2.1 https://github.com/docker/libcontainer/releases/tag/v2.2.1): * Fix handling name= cgroups * Tests for mounting cgroups * Substract bindmount path from cgroup dir * Add cgroup mount in the recommended config * Correct tmpfs mount for cgroup * Fix error when memory cgroup not mounted * the data type should be int8 for ppc64le * Remove deserialization tests. * Add oom-kill-disable support for systemd * Fixing test step for memory swappiness * Remove sample configs from libcontainer * Rename SystemProperties to Sysctl and make it available in the runc config * Treat -1 as default value for memory swappiness. * Remove apparmor profile generation from libcontainer * Fix build tags * libcontainer: user: update tests for GetAdditionalGroups * libcontainer: user: fix GetAdditionalGroupsPath to match API * Windows: Factor out seccomp * checkpoint/restore commands support 'file-locks' option. * Windows: Factor out CloseExecFrom * Allow hyphen in "id" (based on `cwd` pathname) * libcontainer: gofmt pass * Fix panic in seccomp test on error * Remove nsinit from libcontainer README.md
2598484
2015-07-17 01:49
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/mirrors_rancher/runc.git
git@gitee.com:mirrors_rancher/runc.git
mirrors_rancher
runc
runc
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册