-
# Description of problem
docker run --rm -d -it --runtime=kata-runtime -v /mnt/tmp:/mnt/tmp:rslave --name bindtest ubuntu
mkdir /mnt/tmp/1
mount --bind /home/disk2/ /mnt/tmp/1/
docker stop bindt…
-
# Description of problem
We are seeing less than desirable numbers when running the Cassandra stress test on a 2 node Scylla cluster running on the same machine. The baseline is the same cluster b…
-
Appears that append-volumes assumes 9p today. Volumes is a method for passing a generic device into the container. ie: docker run -v /dev/vfio/17:/dev/vfio/17.
It doesn't appear to be generic tod…
-
# Description of problem
docker run --runtime kata-runtime --name kata-test --cpus 8 --cpuset-cpus="1-8" --memory 16G -itd daocloud.io/library/centos /bin/sh
This command can be successfully exe…
-
# Description of problem
vsock sockets are leaked. I'm not entirely sure whether that's a kata issue or a kernel issue. Probably kernel but you are more familiar with the innards of vsocks and kvm …
-
# Description of problem
sudo docker run --name cpuset -d --cpus 2 ubuntu:latest sleep 1000
```bash
$ docker inspect a3c6c718df1e
[
{
"Id": "a3c6c718df1e4f5ec595ea13894d5446ff5c50…
-
# Description of problem
I am using the kata-runtime with containerd and kubernetes:
after a failure in pod creation, the kata-runtime hung after pod creation failure due to invalid command in pod s…
-
# Description of problem
I use kata w/ docker on a Ubuntu 18.04.1 LTS and once I enabled the vm template through enable_template = true, then it couldn't run a container and showed the below error:
…
-
# Description of problem
I tried to make a initrd file based on CentOS image with AGENT_INIT=yes, and start with this initrd file, but it failed.
Steps to create the initrd file:
```
zhangwe…
-
# Description of problem
running a container with `docker run -it --runtime=kata-runtime busybox uname -a`
Related-to: #168
# Expected result
output of `uname -a`
# Actual result
``…