@@ -339,7 +339,7 @@ originated and where the technologies below work best:
339
339
Bringing your own kernel
340
340
^^^^^^^^^^^^^^^^^^^^^^^^
341
341
342
- Most operating systems support some form of classical virtualization,
342
+ Most desktop operating systems support some form of classical virtualization,
343
343
running applications packaged as images containing a full operating
344
344
system of their own. Running these virtual machines, or VMs, is a
345
345
mature approach, widespread in data center environments.
@@ -348,9 +348,13 @@ These techniques are mostly reserved for larger scale deployments in
348
348
data centers, though certain complex applications can benefit from
349
349
this packaging. The technologies are Python agnostic, and include:
350
350
351
- * `Vagrant <https://www.vagrantup.com/ >`_
352
- * `VHD <https://en.wikipedia.org/wiki/VHD_(file_format) >`_, `AMI <https://en.wikipedia.org/wiki/Amazon_Machine_Image >`_, and :doc: `other formats <openstack:user/formats >`
353
- * `OpenStack <https://www.redhat.com/en/topics/openstack >`_ - A cloud management system in Python, with extensive VM support
351
+ * KVM on Linux
352
+ * Hyper-V on Windows
353
+ * `VHD <https://en.wikipedia.org/wiki/VHD_(file_format) >`_,
354
+ `AMI <https://en.wikipedia.org/wiki/Amazon_Machine_Image >`_,
355
+ and :doc: `other formats <openstack:user/formats >`
356
+ * `OpenStack <https://www.redhat.com/en/topics/openstack >`_ -
357
+ A cloud management system written in Python, with extensive VM support
354
358
355
359
Bringing your own hardware
356
360
^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments