-
# RPC Error
```
$ docker run --rm --runtime=kata-runtime hello-world
```
# Expected result
```
Hello from Docker!
This message shows that your installation appears to be working correctly…
-
root@ubuntu:/home/ubuntu# **docker run --rm -it --runtime kata-runtime busybox uname -r**
docker: Error response from daemon: OCI runtime create failed: Failed to check if grpc server is working: rpc…
-
# Get your issue reviewed faster
Show kata-collect-data.sh details
# Meta details
Running `kata-collect-data.sh` version `2.2.0-rc0 (commit )` at `2021-08-31.21:21:07.675367459+0800`.
…
-
# Description of problem
When deploying the following Kubernetes pod, containerd task fail with issue of mounting /dev/sdb.
```
apiVersion: v1
kind: Pod
metadata:
name: mount-error-demo
s…
-
# Description of problem
I was working on a branch of a fork of kata-containers and using `kata-runtime exec ${sandbox_id}` to open a console into the guest for debugging, after setting `debug_cons…
-
**Which feature do you think can be improved?**
Update: After some talk on this issue: No more runtime configs will be created for qemu-virtiofs experimental, instead some job that modify the confi…
-
# Get your issue reviewed faster
Show kata-collect-data.sh details
# Meta details
Running `kata-collect-data.sh` version `2.2.1 (commit af0fbb94602a23501e2e8a17a5c98974ff0dc325)` at `20…
-
# Description of problem
When switching the shared file system type to `virtio-fs` on `ppc64le` - it fails to run a container.
# Expected result
Running a container successfully.
# Actual …
-
# Description of problem
When creating a container with a mount whose target is under `/dev` in the container, creating the container fails if the target path on the container exists on the host (u…
-
# Description of problem
This is a related problem to #2238. I verified that I could create a container and do a kata-runtime exec which worked, then I went back to my development branch and rebase…