Manohar Castelino

Results 35 issues of Manohar Castelino

Today the spec returns the name and mac of the interfaces. So we already include some L2 information. ``` // Interface contains values about the created interfaces type Interface struct...

If you try to run iperf3 with runc as the runtime it works. However if the same container is run with cor as a runtime it will fail with the...

type:bug
P1
domain:9p

We need to document the behavior differences between a runc --privileged container and a clear container. We may need to change how we launch the workload in the container to...

domain:docker compatiblity
domain:docs
CC 2.1

Tested on Ubuntu 16.04 https://github.com/opencontainers/runc#creating-an-oci-bundle - Create the rootfs for the bundle ``` mkdir $HOME/mycontainer cd $HOME/mycontainer sudo docker pull busybox sudo docker export $(sudo docker create busybox) | tar...

domain:docs
CC 2.1

When running Clear Container based containers in a docker swarm, DNS resolution does not work both for internal and external DNS when the DNS resolution is performed from *within* the...

type:bug
domain:networking
CC 3.0
CC 2.1

Docker supports limited capability elevation for container workloads without resorting to privileged mode. For example: `docker run -it --rm --cap-add=NET_ADMIN ubuntu ip link add dummy0 type dummy` There is a...

CC 2.1

With COR ``` docker run -it -v /sys/fs/cgroup:/sys/fs/cgroup:ro debian ls -alp /sys/fs/cgroup total 0 dr-xr-xr-x 2 root root 0 Jun 9 01:20 ./ drwxr-xr-x 6 root root 0 Jun 9...

CC 2.1

loginctl enable-linger $USER This will ensure that the VM's do not get killed when all user sessions terminate.

Provide an additional unit file to enable a debug console. Also provide an additional agent service file variant that can be used to launch the VM in debug mode. The...

in progress

Allow the agent to provide a debug console to connect into the virtual machine. This will enable debugging the VM without relying on the cc-proxy or agent.