Manohar Castelino
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...
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...
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...
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...
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...
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...
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...
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.