-
Let's use [buildroot](https://buildroot.org/) to create a stripped down Linux Kernel and BusyBox command set. Ideally we'd get rid of everything we can't/won't use to save space.
I will need the f…
-
# Description of problem
Running the soak test over at https://github.com/kata-containers/tests/pull/414, regularly hangs up in the `docker rm` phase - that is when it does a `docker rm x y z` of upt…
-
## Issue description
I can't get `azure-image` to build with a branch of `nixos-unstable-small`.
It hangs at `starting stage 2 (/nix/store/lp6sd4r785qhy77pxvfbyvfhk0cp5739-vm-run-stage2)`
### Ste…
-
# Description of problem
Runtime context:
- Minikube 1.1.0 (kubernetes v1.14.2), cri-o 1.14.1, kvm2 driver
- Kata Containers 1.7.0
Minikube started using command line: `minikube start -p minik…
-
Hi,
I discovered Coda some years ago, at that time the project appeared to be semi-abandoned. Now I see there's some progress, this repo gets updates.
What is the current state of the project? I…
-
issue observed from Cheng Xu:
When “crictl attach” to a fedora container, I tried to “yum install” some package. It hangs, which makes sense since there might be a network connection issue on that …
-
# Description of problem
kata-runtime factory init
wait a few minute
docker run -it --net none --runtime kata-runtime busybox date && date
output is
```
Thu Nov 29 01:55:48 UTC 2018
…
-
# Description of problem
Failed to start privileged kata container
Failed cmd:
docker run --privileged -ti -d centos
but this cmd will work well:
docker run -ti -d centos
# Expected resul…
-
# Description of problem
Kata container doesn't start under Clear Linux. I followed first this on Debian host:
https://clearlinux.org/documentation/clear-linux/get-started/virtual-machine-install/…
-
While doing
```
$ docker run -d --runtime kata-runtime busybox sh -c "sleep 300"
```
We are getting the following error
```
docker: Error response from daemon: OCI runtime create failed: Failed …