Dear Team,
We are getting following error while executing the docker container creation script.
Can you please suggest the way forward.
PS C:\WINDOWS\system32> set-executionpolicy remotesigned install-module navcontainerhelper -force import-module navcontainerhelper new-navcontainer -accept_eula ` -containername bctest ` -imageName microsoft/bcsandbox ` -licensefile "c:\temp\2018.flf" ` -includecside ` -doNotExportObjectsToText WARNING: The names of some imported commands from the module 'navcontainerhelper' include unapproved verbs that might make them less discoverable. To find the commands with unappro ved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb. Creating Nav container bctest Using image microsoft/bcsandbox:latest Using license file c:\temp\2018.flf NAV Version: 12.2.22932.23097-W1 Generic Tag: 0.0.6.3 Removing container bctest Removing C:\ProgramData\NavContainerHelper\Extensions\bctest Creating container bctest from image microsoft/bcsandbox:latest c7e8095b66156d606c51da814c98a608ce3d49044a6958a9c0d5a6376a07ccdd DockerDo : docker.exe: Error response from daemon: container c7e8095b66156d606c51da814c98a608ce3d49044a6958a9c0d5a6376a07ccdd encountered an error during Start: failure in a Windows system call: The compute system exited unexpectedly. (0xc0370106). Commandline: docker run --name bctest --hostname bctest --env auth=Windows --env username="jubel" --env ExitOnError=N --env locale=en-US --env licenseFile="c:\run\my\license.flf" --env databaseServer="" --env databaseInstance="" --volume "C:\ProgramData\NavContainerHelper:C:\ProgramData\NavContainerHelper" --volume "C:\ProgramData\NavContainerHelper\Extensions\bctest\my:C:\Run\my" --restart unless-stopped --memory 4G --env enableApiServices=Y --env useSSL=N --volume "C:\ProgramData\NavContainerHelper\Extensions\bctest\Program Files:C:\navpfiles" --env securePassword=76492d1116743f0423413b16050a5345MgB8AHgATABjADMALwBrADQAbQBYAEQAcABRAGkAYwA1A HkAMwBrAGYAWAAyAGcAPQA9AHwAMwBjADYAZQBjADIAZgBhADIAMABlADUANgA4ADgAZgBjADgAZAA1ADAAYwAwADkAYQAyAGUAOQAwAGQAMAA5ADMAYQBhADUAMABiADEAMgA5ADQAZABkADkAZgAwADcAYgA5ADgAYgA4ADAAZABhADAA NwA2AGMAZQA4AGIAOQA= --env passwordKeyFile="c:\run\my\aes.key" --env removePasswordKeyFile=Y --env accept_eula=Y --detach microsoft/bcsandbox:latest At C:\Program Files\WindowsPowerShell\Modules\navcontainerhelper\0.3.0.2\ContainerHandling\New-NavContainer.ps1:462 char:19 + ... if (!(DockerDo -accept_eula -accept_outdated:$accept_outdated - ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,DockerDo PS C:\WINDOWS\system32>
Regards,
Jubel