- KVM Virtualization Cookbook
- Konstantin Ivanov
- 86字
- 2021-07-02 22:07:12
Getting ready
For this recipe, we are going to need the following:
- The QEMU binaries, provided after following the Installing and configuring QEMU recipe from Chapter 1, Getting Started with QEMU and KVM
- The custom raw Debian image we built in the Installing custom OS on the image with debootstrap recipe from the previous chapter, or any other virtual machine image, in either raw or qcow2 format
- The virsh tool provided by completing the Installing and configuring libvirt recipe
- A running libvirt KVM instance
推薦閱讀
- DevOps:軟件架構師行動指南
- Instant Zepto.js
- Django開發從入門到實踐
- Java項目實戰精編
- 快人一步:系統性能提高之道
- INSTANT Sinatra Starter
- Kivy Cookbook
- Microsoft HoloLens By Example
- RESTful Web API Design with Node.js(Second Edition)
- Visual FoxPro程序設計習題及實驗指導
- 深入大型數據集:并行與分布化Python代碼
- SaaS攻略:入門、實戰與進階
- C語言程序設計
- Building Scalable Apps with Redis and Node.js
- Java算法從菜鳥到達人