lfbzhm

Results 40 issues of lfbzhm

### Problem: mongo causes os shell crash if we type ctrl + c when entering password in stdin. In linux platform: When we login to mongo server in shell with...

team/server-service-architecture

How to localization? I want to have a Chinese web ui? How to configure? Thanks. Label: help

enhancement
user experience

Now, if we use `runc update` to update the resources limit of a container, `runc` will set configs back when there is an error. But, we can't set the config...

When I run integration test with systemd cgroup driver in a container, I got some errors like this: ``` root@f7c63618dde3:/opt/mygo/src/github.com/opencontainers/runc# RUNC_USE_SYSTEMD=1 bats tests/integration/delete.bats ✓ runc delete ✓ runc delete --force...

`runc kill --help` says: `--all, -a send the specified signal to all processes inside the container` But if we use shared cgroup path to create 2 containers a & b....

enhancement

If container b joins container a's pid namespace, once delete container b, it may cause leakage of process in containerb. For example: Use busybox image as rootfs, with start arg...

Signed-off-by: lifubang I think #2032 fixed the problem on disabled SELinux Machines. But on enabled SELinux Machines with some old kernels, it still be fail when `selinuxLabel` is empty. So,...

Because the `/run` folder in all my linux cloud server have `noexec` mount flag. So if cloned_binary fallback to temp file copy, there will be `nsenter: could not ensure we...

At that time, if there is no user defined CgroupsPath, we use container's name as cgroup path. It will cause cgroup rewrite by different containers with the same id in...

For a fresh man with runc/containerd, mount a directory to a container may be a common action to them. If there is a mount like this: ``` { "destination": "/context",...