GabyCT
GabyCT
This PR updates the libseccomp version at the versions.yaml that is being used in the kata CI. Fixes #4858 Signed-off-by: Gabriela Cervantes
This PR updates the URLs for several references that are being used in the plugin document. Signed-off-by: Gabriela Cervantes
1. docker run -d --name test busybox sh -c "sleep 10" 2. docker top test -x PID TTY STAT TIME COMMAND 181 ? S< 0:00 [bioset] Here it is the...
If you pass a stdin to docker run, the container hangs $ echo hello | docker run -i busybox sh: hello: not found .... but the container do not gets...
It is not possible to retrieve the hostname of a swarm replica using cc-runtime 3.0.4 with docker 17.06-ce as it leaves the replicas in "create" state. $docker swarm init Swarm...
It is not possible to do an update in a fedora container docker run -td --name test fedora sh docker exec test sh -c "dnf -y update" BDB0126 mmap: Invalid...
The main issue is that the service ip address is missing. Inspect the service in order to retrieve the service ip with $ docker service inspect "${service_name}" "VirtualIPs": [ {...
This PR enables write FIO percentiles in our kata metrics CI. Fixes #5018 Signed-off-by: Gabriela Cervantes
This PR updates the fast footprint script to be used in kata 2.0 in our kata metrics CI. Fixes #5030 Signed-off-by: Gabriela Cervantes