mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 23:18:41 +00:00
Hyper-V: remove the force stop now that the Hyper-V deamons are running
Also, minor, unrelated tweak to the documentation Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -183,8 +183,9 @@ function
|
||||
Stop-MobyLinuxVM
|
||||
{
|
||||
Write-Output "Stopping $VmName"
|
||||
# Using -Force for now until the host integration services are installed in the VM
|
||||
Stop-VM -VMName $VmName -Force
|
||||
# You can use -Force to basically pull the plug on the VM
|
||||
# The below requires the Hyper-V tools to be installed in the VM
|
||||
Stop-VM -VMName $VmName
|
||||
}
|
||||
|
||||
# Main entry point
|
||||
|
Reference in New Issue
Block a user