-
# Description of problem
I am trying to run Debian 7 image based docker container and it fails.
# Expected result
The container based on Debian 7 docker image must run correctly.
# Actual …
-
I'm using go-debos and I am getting build failure.
It does not always occur. I'm on ubuntu and have a couple patches.
```
fredo@X250:~/Documents/bos0009/apertis-image-recipes$ ../go/src/github.com/…
-
# Description of problem
kata-runtime factory init
check journal log by `journalctl -t kata-runtime -f`
```
time="2018-11-28T17:15:10.985796696+08:00" level=error msg="failed to create new v…
-
# Description of problem
When exec a shell process and then run a background process in it, and
then exit this shell, it will hang there waiting the terminal close.
How to reproduce:
1: id=…
-
# Description of problem
Create a container with an env file, which has size bigger than 10240 bytes, cmd like
```
docker run --runtime cc-runtime --env-file /tmp/env -it busybox sh
```
the…
-
Here is a draft of requirements (working in progress).
https://docs.google.com/document/d/109pxj-90Ly58ma8CoeRKcMoPWBD0G911E53MeK2zhhA/edit?usp=sharing
Currently, it listed some of the working …
-
We use `iperf3` for a number of networking tests, from container `gabyct/networking`.
We previously worked around a 9p unlink issue using a tmpfs mount:
https://github.com/clearcontainers/tests/blob…
-
While doing the following
```
$ docker run -d --name devtest -v /dev:/dev busybox sh -c "sleep 30"
$ docker cp testfile devtest:/dev
$ docker rm -f devtest
```
It is being observed that mount po…
-
# Description of problem
I followed this [doc](https://github.com/kata-containers/documentation/blob/master/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md#configure-kubelet-to-use-containerd) …
-
# Description of problem
Getting error ` invalid value of -m option maxmem: maximum memory size (0x7d600000) must be at least the initial memory size (0x80000000)` when following [kata for docker o…