Skip to content

Commit

Permalink
Fix issues 161,162
Browse files Browse the repository at this point in the history
  • Loading branch information
mebersol committed Mar 9, 2016
1 parent b8d01ad commit 27c5563
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,8 @@ Wait-InstalledContainerImage

$newBaseImages = Get-InstalledContainerImage $BaseImageName

$startTime = Get-Date

while ($newBaseImages.Count -eq 0)
{
$timeElapsed = $(Get-Date) - $startTime
Expand Down

1 comment on commit 27c5563

@artisticcheese
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue still happening.

Installing Container OS image from D:\WindowsServerCore.wim (this may take a few minutes)...
Container base image install complete. Querying container images...
C:\Install-ContainerHost.ps1 : Image NanoServer not found after 5 minutes
At line:1 char:1

  • C:\Install-ContainerHost.ps1 -PSDirect -NATSubnetPrefix 172.16.0.0/24 ...
  • - CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    - FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-ContainerHost.ps1
    
    

C:\New-ContainerHost.ps1 : Install-ContainerHost.ps1 failed in the VM
At line:1 char:1

  • C:\New-ContainerHost.ps1 -VMName testcont -WindowsImage ServerDatacen ...
  • - CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    - FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-ContainerHost.ps1
    

Please sign in to comment.