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

When trying to run the "ros" image with CC, I get a cryptic error message: ``` $ docker run -it ros cat: -: No such file or directory ``` The...

Today the configuration.toml allows passing of additional kernel command line parameters ``` kernel_params = "" ``` It would be useful for power users to pass additional (for now) parameters to...

create & remove stress test ``` for i in $(seq 1 50); do \ for j in $(seq 1 20); do \ docker run -dti busybox sh; \ done; \...

Some crio-tests has beeing failing randomly in our CI leanding to a timeout. Examples: http://cc-jenkins-ci.westus2.cloudapp.azure.com/job/clear-containers-runtime-azure-ubuntu-17-04/6/console ``` 00:15:36.557 ok 11 ctr execsync conflicting with conmon flags parsing 00:20:36.557 Build timed out...

P2

The runtime allow to be called concurrently to do an operation over a container. I 've seen this debuing a failed delete call. If starts fails docker calls delete twice....

The runtime supports the `--root=` global option but, although it is mentioned in a few strings, this option does nothing. Further, the build is setting the value of `defaultRootDirectory` to...

# How to debug QEMU or Kernel issues for Clear Containers Manual command line for Clear Container Q35 Launch. This lets you debug w/o needing the entire kubernetes or docker...

domain:documentation

Based on https://github.com/jcvenegas/cc-oci-runtime/commit/3334a2bc7c915e1f631bc85355f1ce20ea984200 We need to add cc-debug-console service to the image by default. Note: This will not be activated unless specified in the agent configuration ``` [Unit] Description=Container debug...

It seems we cannot run systemd in clear container ``` [root@dca0f971fd25 /]# systemctl enable httpd Created symlink /etc/systemd/system/multi-user.target.wants/httpd.service, pointing to /usr/lib/systemd/system/httpd.service. [root@dca0f971fd25 /]# systemctl start httpd Running in chroot, ignoring...

Create: - https://github.com/clearcontainers/runtime/blob/master/docs/clear-linux-installation-guide.md ... for parity with: - https://github.com/01org/cc-oci-runtime/blob/master/documentation/Installing-Clear-Containers-on-ClearLinux.md

domain:documentation