摘要:ps -elf | grep containerd 0 S root 19894 19862 0 80 0 - 1418 pipe_w 14:36 pts/3 00:00:00 grep --color=auto containerd 4 S root 39827 1 0 80 0 - 3197 f
阅读全文
摘要:https://github.com/kata-containers/documentation/blob/master/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md kata container与kubernetes集成的几种方式 cr
阅读全文
摘要:mkdir upper lower merged work root@ubuntu:/home/ubuntu/overlay# echo "I'm from lower!" > lower/in_lower.txt root@ubuntu:/home/ubuntu/overlay# echo "I'
阅读全文
摘要:root@ubuntu:/home/ubuntu/overlay# ls -al /var/lib/docker/overlay2/l total 60 drwx 2 root root 4096 Oct 13 09:59 . drwx 16 root root 4096 Oct 13 09:59
阅读全文
摘要:https://qiita.com/YasunoriGoto1/items/6b73ca4bb5e8bd8819ef 2017年は私にとって忙しくも充実した年となりました。今年はLinuxの不揮発メモリ開発のメンテナーの方とお会いしたり、弊社のOSS開発者を育てるためにOSS Gateを弊社社内で行
阅读全文
摘要:利用Qemu-4.0虚拟ARM64实验平台 https://chasinglulu.github.io/2019/07/27/%E5%88%A9%E7%94%A8Qemu-4-0%E8%99%9A%E6%8B%9FARM64%E5%AE%9E%E9%AA%8C%E5%B9%B3%E5%8F%B0/
阅读全文
摘要:root@ubuntu:/home/ubuntu# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop0 7:0 0 85.8M 1 loop /snap/core/9994 loop1 7:1 0 50M 0 loop /tmp/my-rootfs
阅读全文
摘要:Container isolation with Kata and gVisor in Docker Overview Containers are an efficient way to build and distribute workloads free of (most) host and
阅读全文
摘要:Enabling debug console for QEMU Add agent.debug_console to the guest kernel command line to allow the agent process to start a debug console. $ sudo s
阅读全文
摘要:debug console connect qemu serial Connect to the virtual machine using the debug console sudo sed -i -e 's/^kernel_params = "\(.*\)"/kernel_params = "
阅读全文
摘要:https://blog.csdn.net/zhonglinzhang/article/details/99458561 root@ubuntu:~/docker# mkdir kata-container root@ubuntu:~/docker# cd kata-container/ root@
阅读全文
摘要:qemu-system-aarch64 -m 1024 -kernel vmlinuz-5.4.34-88 -nographic -initrd kata-containers.img -append console=ttyS0 -machine virt root@ubuntu:/etc/dock
阅读全文
摘要:# 准备一个busybox镜像 # 构造rootfs mkdir rootfs docker export $(docker create busybox) | tar -xf - -C rootfs # 构造config.json runc spec # 使用kata-runtime来运行荣齐全
阅读全文
摘要:# 准备一个busybox镜像 # 构造rootfs mkdir rootfs docker export $(docker create busybox) | tar -xf - -C rootfs # 构造config.json runc spec # 使用kata-runtime来运行荣齐全
阅读全文
摘要:安装脚本 cd $GOPATH/src/github.com/kata-containers/tests/.ci ./install_kata.sh root@ubuntu:/opt/gopath/src/github.com/kata-containers/proxy# docker ps -a
阅读全文
摘要:root@ubuntu:/usr/share/kata-containers/binary# whereis kata-runtime kata-runtime: /usr/local/bin/kata-runtime root@ubuntu:/usr/share/kata-containers/b
阅读全文
摘要:Kata Containers 是什么 基于轻量级虚拟机的容器,不同容器跑在一个个不同的虚拟机(kernel)上,比起传统容器提供了更好的隔离性和安全性。同时继承了容器快速启动和快速部署等优点。 轻量级虚拟机,就是号称我比你快安全性还比你更屌的那些,此类的 paper 比比皆是,比如 SOSP'17
阅读全文
摘要:https://remimin.github.io/2018/09/12/kata-container-01/ kata-runtime kata-proxy kata-shim go get -d -u github.com/kata-containers/runtime github.com/k
阅读全文