上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 164 下一页

2020年10月10日

摘要: # 准备一个busybox镜像 # 构造rootfs mkdir rootfs docker export $(docker create busybox) | tar -xf - -C rootfs # 构造config.json runc spec # 使用kata-runtime来运行荣齐全 阅读全文
posted @ 2020-10-10 11:46 tycoon3 阅读(575) 评论(0) 推荐(0)
摘要: # 准备一个busybox镜像 # 构造rootfs mkdir rootfs docker export $(docker create busybox) | tar -xf - -C rootfs # 构造config.json runc spec # 使用kata-runtime来运行荣齐全 阅读全文
posted @ 2020-10-10 11:19 tycoon3 阅读(780) 评论(0) 推荐(0)
摘要: # mkdir /container # cd /container/ # mkdir rootfs 准备容器镜像的文件系统,从 busybox 镜像中提取 # docker export $(docker create busybox) | tar -C rootfs -xvf - # ls ro 阅读全文
posted @ 2020-10-10 10:15 tycoon3 阅读(1143) 评论(0) 推荐(0)

2020年10月9日

摘要: 安装脚本 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 阅读全文
posted @ 2020-10-09 20:21 tycoon3 阅读(463) 评论(0) 推荐(0)
摘要: root@ubuntu:/usr/share/kata-containers/binary# whereis kata-runtime kata-runtime: /usr/local/bin/kata-runtime root@ubuntu:/usr/share/kata-containers/b 阅读全文
posted @ 2020-10-09 19:29 tycoon3 阅读(145) 评论(0) 推荐(0)
摘要: Kata Containers 是什么 基于轻量级虚拟机的容器,不同容器跑在一个个不同的虚拟机(kernel)上,比起传统容器提供了更好的隔离性和安全性。同时继承了容器快速启动和快速部署等优点。 轻量级虚拟机,就是号称我比你快安全性还比你更屌的那些,此类的 paper 比比皆是,比如 SOSP'17 阅读全文
posted @ 2020-10-09 17:45 tycoon3 阅读(610) 评论(0) 推荐(0)
摘要: root@ubuntu:~/rootfs/my# curl --unix-socket /tmp/firecracker.socket -i \ > > -X PUT "http://localhost/actions" \ > > -H "accept: application/json" \ > 阅读全文
posted @ 2020-10-09 16:03 tycoon3 阅读(248) 评论(0) 推荐(0)
摘要: Creating Custom rootfs and kernel Images Creating a kernel Image Currently, Firecracker supports only uncompressed, ELF kernel images. You can build a 阅读全文
posted @ 2020-10-09 15:52 tycoon3 阅读(1144) 评论(0) 推荐(0)
摘要: Spawning applications in the cloud has been made super easy using container frameworks such as docker. For instance running a simple command like the 阅读全文
posted @ 2020-10-09 15:25 tycoon3 阅读(258) 评论(0) 推荐(0)
摘要: 什么是CrosVM CrosVM是Chrome操作系统中,用于创建虚拟机的应用。是一个Rust编写的轻量级的虚拟机。亚马逊的Firecracker从crosvm开始。借助于CrosVM 用户可以很容易的在ChromeOS中运行Linux、Android以及Windows应用程序。 CrosVM 的源 阅读全文
posted @ 2020-10-09 15:24 tycoon3 阅读(3315) 评论(0) 推荐(0)
上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 164 下一页

导航