Container 81ef424d1e673a40b72 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)

This is my docker file script
FROM microsoft/windowsservercore

ADD /bin/Debug/ /

RUN powershell New-Service -Name “BatchJob” -BinaryPathName “C:\vdisk\Docker\AWS\abc\BatchJob\bin\Debug\BatchJob.exe”

RUN powershell Start-Service -Name “BatchJob”

ADD bin/Debug/ /

i am getting issue is

Step 1/4 : FROM microsoft/windowsservercore
—> f8dc15f55717
Step 2/4 : ADD bin/Debug/ /
—> Using cache
—> 4ea2b6e688ef
Step 3/4 : RUN powershell New-Service -Name “HCL.ATMA.BatchJob” -BinaryPathName“C:\vdisk\Docker\AWS\REBL2\HCL.ATMA.BatchJob\bin\Debug\HCL.ATMA.BatchJob.exe”
—> Using cache
—> 27be88dbf90a
Step 4/4 : RUN powershell Start-Service -Name “HCL.ATMA.BatchJob”
—> Running in 4397a6a759cb
container 4397a6a759cb3874d946f0275cb792b07ff4d315e58f381ef424d1e673a40b72 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)