首页 > 其他 > 详细

Kata Containers with NEMU

时间:2020-09-29 23:12:53      阅读:40      评论:0      收藏:0      [点我收藏+]

 

https://github.com/kata-containers/documentation/blob/master/how-to/how-to-use-kata-containers-with-nemu.md#aarch64

root@ubuntu:~/kata#  git clone https://github.com/intel/nemu.git
Cloning into nemu...
remote: Enumerating objects: 424468, done.
remote: Total 424468 (delta 0), reused 0 (delta 0), pack-reused 424468
Receiving objects: 100% (424468/424468), 138.14 MiB | 8.43 MiB/s, done.
Resolving deltas: 100% (347469/347469), done.
Checking out files: 100% (6842/6842), done.
root@ubuntu:~/kata# cd nemu
root@ubuntu:~/kata/nemu# git fetch origin
root@ubuntu:~/kata/nemu# git checkout origin/experiment/automatic-removal
Note: checking out origin/experiment/automatic-removal.

You are in detached HEAD state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 0862b5b282 Automatic code removal
root@ubuntu:~/kata/nemu# SRCDIR=$PWD
root@ubuntu:~/kata/nemu# ./tools/build_aarch64.sh

 

Kata Containers with NEMU

原文:https://www.cnblogs.com/dream397/p/13751793.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!