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

# Description of problem After running some test cases it can be seen with `mount` that a number of nsfs mounts are still present on `/run/docker/netns/XXXXX' where XXX are podIDs...

# Description of problem Today we use https://github.com/golang/dep to manage the project dependencies. However we do do not explicitly constrain the dependencies. This means that dep will pull in the...

# Description of problem Clearlinux optimizes the kernel setting to ensure best power and performance. This is done via https://download.clearlinux.org/debuginfo/src/clr-power-tweaks-140/ and some systemd unit files. The tweaks include setup of...

BST != UTC: ```bash $ date;sudo docker run --runtime cc-runtime -ti busybox date;date Wed Oct 4 14:59:49 BST 2017 Wed Oct 4 13:59:53 UTC 2017 Wed Oct 4 14:59:53 BST...

# Description of problem After executing docker integration tests from https://github.com/clearcontainers/tests for around 2 hours on a Fedora 26 VM, I got kernel errors and the VM seems to be...

# Description of problem docker run -itd alpine sh # Expected result Container up with networking # Actual result ``` docker run -itd alpine sh Unable to find image 'alpine:latest'...

# Description of problem Change the Sirupsen imports to sirupsen as the upstream package has changed from https://github.com/Sirupsen/logrus to https://github.com/sirupsen/logrus Without this we cannot revendor our dependencies.

in progress

In a nutshell, I can successfully `touch /root/foo.txt` in the container in the following two scenarios, when it shouldn’t be allowed: - `docker run --read-only` - `docker run --user nobody:nogroup`...

When configuring CRI-O to use `cgroup_manager = "systemd"` these errors appeared: `flag provided but not defined: -systemd-cgroup` Seems like currently we do not support this configuration. Log from Openshift node:...

bug
domain:OCI
domain:runc