2020年9月29日

摘要: https://github.com/kata-containers/documentation/blob/master/how-to/how-to-use-kata-containers-with-nemu.md#aarch64 root@ubuntu:~/kata# git clone http 阅读全文
posted @ 2020-09-29 20:52 tycoon3 阅读(153) 评论(0) 推荐(0)
摘要: https://kayhaw.github.io/2019/09/30/QemuLiteInstallation.html clone源码仓库:git clone git@github.com:intel/qemu-lite.git子模块初始化:git submodule update --init 阅读全文
posted @ 2020-09-29 20:13 tycoon3 阅读(637) 评论(0) 推荐(0)
摘要: kata-containers/osbuilder root@ubuntu:/opt/gopath/src/github.com/kata-containers/osbuilder# cd rootfs-builder/ root@ubuntu:/opt/gopath/src/github.com/ 阅读全文
posted @ 2020-09-29 19:45 tycoon3 阅读(237) 评论(0) 推荐(0)
摘要: root@ubuntu:~/kata/images# go get github.com/kata-containers/agent github.com/kata-containers/osbuilder package github.com/kata-containers/osbuilder: 阅读全文
posted @ 2020-09-29 19:26 tycoon3 阅读(1623) 评论(0) 推荐(0)
摘要: root@ubuntu:~# docker info --format "{{json .Runtimes}}" {"kata-runtime":{"path":"/usr/local/bin/kata-runtime"},"runc":{"path":"runc"}} root@ubuntu:~# 阅读全文
posted @ 2020-09-29 18:10 tycoon3 阅读(208) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2020-09-29 17:59 tycoon3 阅读(473) 评论(0) 推荐(0)
摘要: root@ubuntu:~/kata/kata_package# go env -w GOPROXY=https://goproxy.cn,direct warning: go env -w GOPROXY=... does not override conflicting OS environme 阅读全文
posted @ 2020-09-29 17:55 tycoon3 阅读(248) 评论(0) 推荐(0)
摘要: go get -d -v ./... 以下载grpc为例 grpc官方提供的下载命令是: go get google.golang.org/grpc 因为无法访问,所以我们需要在$GOPATH/src目录下面创建一个google.golang.org的目录。 在github上找到对应的grpc的包, 阅读全文
posted @ 2020-09-29 17:44 tycoon3 阅读(2885) 评论(0) 推荐(0)
摘要: root@ubuntu:~/kata# go get -d -u github.com/kata-containers/runtime Command 'go' not found, but can be installed with: snap install go # version 1.15. 阅读全文
posted @ 2020-09-29 16:59 tycoon3 阅读(585) 评论(0) 推荐(0)
摘要: 0. Operating System and Distribution The article is using ubuntu 16.4 (xenial) as an example. Other distributions can be setup similarly. $ cat /etc/l 阅读全文
posted @ 2020-09-29 16:14 tycoon3 阅读(293) 评论(0) 推荐(0)
摘要: echo "deb http://download.opensuse.org/repositories/home:/katacontainers:/release/xUbuntu_$(lsb_release -rs)/ /" > /etc/apt/sources.list.d/kata-contai 阅读全文
posted @ 2020-09-29 16:10 tycoon3 阅读(249) 评论(0) 推荐(0)
摘要: root@ubuntu:~# sudo -E apt-get -y install apt-transport-https ca-certificates software-properties-common E: Malformed entry 55 in list file /etc/apt/s 阅读全文
posted @ 2020-09-29 14:25 tycoon3 阅读(1412) 评论(0) 推荐(0)
摘要: https://qiita.com/hogehoge789/items/cfe004351273b94b59b2 https://github.com/kata-containers/documentation/blob/master/install/docker/ubuntu-docker-ins 阅读全文
posted @ 2020-09-29 14:12 tycoon3 阅读(694) 评论(0) 推荐(0)
摘要: 1496是总个报文的长度 [root@localhost ~]# tcpdump -i enp125s0f0 udp and host 10.10.16.81 -env tcpdump: listening on enp125s0f0, link-type EN10MB (Ethernet), ca 阅读全文
posted @ 2020-09-29 09:26 tycoon3 阅读(5662) 评论(0) 推荐(0)

导航