1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-31 07:02:27 +01:00

Added new option for disabling nested virtualization.

By default, nested virtualization is enabled. It can be disabled by
passing --disable-nested.
This commit is contained in:
2021-08-13 11:12:12 +02:00
parent 635917faf2
commit 03b21369e3
2 changed files with 20 additions and 7 deletions

View File

@@ -98,8 +98,8 @@ Currently, following commands are available:
- ``ssh`` - connect to the VM using ssh
- ``completion`` - as described above
All of the commands have a range of options, and can be examined it by using
``--help``.
All of the commands have a range of options, and can be examined by using
``--help`` option.
What is more interesting though, is the fact, that you can pass your own
`cloud-init`_ yaml file, so that VM can be provisioned in easy way.