Docker Error while trying to create container from Image

Hi,

I am trying to create a container from a base image and I am getting the following error:

C:\Vijayarajan\Source Code\XpressQA\TestDesignStudioAPI>docker run -d -p 1080:80 --name mynewimage9cont mynewimage:1.0
226099ca332bf2783a5b17a992c38dd61adbcbebd1ae53b3061e5b7872ccc3ab
docker: Error response from daemon: container 226099ca332bf2783a5b17a992c38dd61adbcbebd1ae53b3061e5b7872ccc3ab encountered an error during hcsshim::System::CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x2)

[Event Detail: Provider: 00000000-0000-0000-0000-000000000000]

[Event Detail: Provider: 00000000-0000-0000-0000-000000000000]
[Event Detail: onecore\vm\compute\management\orchestration\vmhostedcontainer\processmanagement.cpp(173)\vmcomputeagent.exe!00007FF7F0BD9FAB: (caller: 00007FF7F0B8E19A) Exception(2) tid(3a0) 80070002 The system cannot find the file specified.
CallContext:[\Bridge_ProcessMessage\VmHostedContainer_ExecuteProcess]

The image is created properly and I can see the applications inside. But when I try to create container it is throwing error. i am confused on what I am missing or doing wrong.