runtime icon indicating copy to clipboard operation
runtime copied to clipboard

OCI (Open Containers Initiative) compatible runtime using Virtual Machines

Results 100 runtime issues
Sort by recently updated
recently updated
newest added

Currently our runtime lacks support for IPv6. We need to enhance the runtime, virtcontainers as well as our agent protocol and agent to support discovery and configuration of IPv6.

enhancement
domain:networking

Should I remove the broken build badge while I'm at it?

Usually when running qemu, it is recommended to drop privileges when a machine starts. For standard qemu with libvirt this is achieved by setting the values in `/etc/libvirt/qemu.conf` to: ```...

# Description of problem postgres uses the kernel shared memory achitecture `shm`. It looks like clear containers don't properly initialise this value, causing an error like: ``` docker run -d...

# Description of problem I am not able to use shared docker socket between host machine and a docker container. # Expected result The docker client that is in container...

# Description of problem tuning the p9fs block size and cache modes allows significant performance boost (10x) in KVM. Is there a process for setting these in cc-runtime? # Example...

PR #543 added the architecture doc, including file `docs/architecture/architecture-diagrams.odp`. However, that file cannot be opened with libreoffice, which reports it as corrupt.

I ran `bats nginx.bats ` using latest `cc-runtime` with kubernetes 1.7.5 (also happens with 1.6.7) and when the nginx deployment is deleted, the cc-runtime fails to delete the created pods....

Over on https://github.com/kata-containers/runtime/pull/200#issuecomment-380525856 we have an API rename in virtcontainers. We need to re-vendor that into here, and will need to do the API rename in our call sites etc.