add option to detache the VM from CLI
This commit is contained in:
parent
83a0f81cbe
commit
91a36e03a8
4 changed files with 58 additions and 4 deletions
4
bin/vm
4
bin/vm
|
|
@ -22,6 +22,10 @@ OptionParser.new do |opt|
|
|||
opt.on('--name NAME', 'Virtaul Machine name') do |name|
|
||||
options.name = name
|
||||
end
|
||||
|
||||
opt.on('--detached') do
|
||||
options.detached = true
|
||||
end
|
||||
# --port (ssh port)
|
||||
# --attached (do not leave the shell process)
|
||||
# new from copy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue