2020年10月17日

摘要: https://github.com/awilliam/tests/blob/master/vfio-iommu-map-unmap.c #include <errno.h> #include <libgen.h> #include <fcntl.h> #include <stdio.h> #inc 阅读全文
posted @ 2020-10-17 20:03 tycoon3 阅读(232) 评论(0) 推荐(0)
摘要: root@ubuntu:/usr/share/defaults/kata-containers# docker run --rm -it --runtime kata-runtime ubuntu docker: Error response from daemon: OCI runtime cre 阅读全文
posted @ 2020-10-17 15:47 tycoon3 阅读(836) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2020-10-17 15:21 tycoon3 阅读(290) 评论(0) 推荐(0)
摘要: Run a Kata Container utilizing virtio-fs Once installed, start a new container, utilizing qemu + virtiofs: $ docker run --runtime=kata-qemu-virtiofs - 阅读全文
posted @ 2020-10-17 14:38 tycoon3 阅读(6093) 评论(0) 推荐(0)
摘要: # mkdir rootfs # docker export $(docker create busybox) | tar -C rootfs -xvf - # runc spec 查不到mount信息 root@ubuntu:~# mount | grep 'container\/rootfs' 阅读全文
posted @ 2020-10-17 11:58 tycoon3 阅读(463) 评论(0) 推荐(0)
摘要: 参考https://www.cnblogs.com/sparkdev/p/9063042.html Starting containerd You can download one of the latest builds for containerd on the github releases  阅读全文
posted @ 2020-10-17 11:45 tycoon3 阅读(187) 评论(0) 推荐(0)
摘要: 2020 IT邦幫忙鐵人賽 Kubernetes 原理分析系列文章 kubernetes 探討 Container & Open Container Initiative Container Runtime Interface Container Network Interface Containe 阅读全文
posted @ 2020-10-17 11:32 tycoon3 阅读(991) 评论(0) 推荐(0)
摘要: 转载https://segmentfault.com/a/1190000023618092 Containerd 模块从 docker 中分离出来后,功能变得更加丰富,依赖者变得更加广泛,不仅仅是docker在使用,可以看到在云原生应用中涉及到容器技术时基本都在依赖 containerd。 图片来源 阅读全文
posted @ 2020-10-17 11:27 tycoon3 阅读(1148) 评论(0) 推荐(0)
摘要: Kubernetes 通过容器运行时(container runtime)来启动和管理容器。官方文档列举了以下几种 runtime:Docker,CRI-O,Containerd,fraki。它们之间有什么区别和联系呢?经常会看到 OCI、CRI 这些缩写,这些和容器、docker 到底是什么关系呢 阅读全文
posted @ 2020-10-17 11:11 tycoon3 阅读(1589) 评论(0) 推荐(0)
摘要: 创建一个包含两个容器的 Pod 在这个练习中,你会创建一个包含两个容器的 Pod。两个容器共享一个卷用于他们之间的通信。 Pod 的配置文件如下: apiVersion: v1 kind: Pod metadata: name: two-containers spec: restartPolicy: 阅读全文
posted @ 2020-10-17 10:43 tycoon3 阅读(536) 评论(0) 推荐(0)

导航