摘要:虚拟机rootfs root@25a725e7599e:/# ls bin dev home lost+found mnt proc run srv tmp var boot etc lib media opt root sbin sys usr root@25a725e7599e:/# ls li
阅读全文
摘要:root@ubuntu:/home/ubuntu# kata-runtime exec e12a7db6fb05df044a59a19bb03c39fe7752e4d684a8e2e58822b88606d3ac3e rpc error: code = Internal desc = Could n
阅读全文
摘要:root@25a725e7599e:/# ls bin dev home lost+found mnt proc run srv tmp var boot etc lib media opt root sbin sys usr root@25a725e7599e:/# ls run/ kata-co
阅读全文
摘要:安全容器 现在的安全容器用的是Kata containers。 它最主要的卖点就是一句话: The speed of containers, the security of VMs 可以看到这句话里面其实强调了安全容器的卖点与定位是: 介于容器和VM之间。 和容器比,它性能还算可以,同时操作体验差不
阅读全文
摘要:https://wohin.me/kata-containerstao-yi-yan-jiu/ https://blog.csdn.net/zhonglinzhang/article/details/99458561 Nov 19 20:11:51 pcl-01 kata-runtime[34358
阅读全文
摘要:SPDK and Containers This is a living document as there are many ways to use containers with SPDK. As new usages are identified and tested, they will b
阅读全文
摘要:## 检查进程所处 cgroup root@DESKTOP-UMENNVI:~/cgroup-test/cgroup-1# cat /proc/1945/cgroup 14:name=cgroup-test:/cgroup-1 13:rdma:/ 12:pids:/ 11:hugetlb:/ 10:
阅读全文
摘要:root@ubuntu:/mnt/kata# ls bin boot dev etc home lib lost+found media mnt opt proc root run sbin srv sys tmp usr var root@ubuntu:/mnt/kata# find . -nam
阅读全文
摘要:1、操作系统 root@cloud:~# uname -a Linux cloud 5.5.19-050519-generic #202004210831 SMP Tue Apr 21 08:49:56 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux root@
阅读全文
摘要:NotFoundroot@cloud:~/hyper/linux-cloud-hypervisor/kernel# pgrep -a virtiofsd 3157 /usr/bin/virtiofsd --syslog -f -o cache=auto -o no_posix_lock -o sou
阅读全文
摘要:https://github.com/kata-containers/runtime root@ubuntu:/opt/gopath/src/github.com/kata-containers/shim# ./kata-shim -version kata-shim version 1.12.0-
阅读全文
摘要:# disable guest seccomp # Determines whether container seccomp profiles are passed to the virtual # machine and applied by the kata agent. If set to t
阅读全文
摘要:https://sealyun.com/post/kubernetes-vm/ 文件系统DAX(Direct Access filesystem) 内核DAX功能有效地将一些主机端文件映射到来宾VM空间。特别是Kata Containers使用QEMU NVDIMM功能提供内存映射的虚拟设备,可用于
阅读全文
摘要:[root@bogon kata]# cd /opt/gopath/src/github.com/kata-containers/kata-containers/src/ [root@bogon src]# make && make install make: *** No targets spec
阅读全文
摘要:step1: build image /opt/gopath/src/github.com/kata-containers/tests/.ci step2: build kernel bash -x install_image.sh ./build-kernel.sh -f -d build Lin
阅读全文
摘要:root@ubuntu:/usr/share/defaults/kata-containers# docker run --rm -it --runtime kata-runtime ubuntu docker: Error response from daemon: OCI runtime cre
阅读全文
摘要:Description of problem docker run --rm -d -it --runtime=kata-runtime -v /mnt/tmp:/mnt/tmp:rslave --name bindtest ubuntumkdir /mnt/tmp/1mount --bind /h
阅读全文
摘要:Run a Kata Container utilizing virtio-fs Once installed, start a new container, utilizing qemu + virtiofs: $ docker run --runtime=kata-qemu-virtiofs -
阅读全文
摘要:# mkdir rootfs # docker export $(docker create busybox) | tar -C rootfs -xvf - # runc spec 查不到mount信息 root@ubuntu:~# mount | grep 'container\/rootfs'
阅读全文
摘要:root@ubuntu:/opt/gopath/src/github.com/kata-containers/tests/.ci# go version go version go1.14.6 linux/arm64 root@ubuntu:/home/ubuntu# crictl version
阅读全文