Error "encountered an error during Start: failure in a Windows system call: The connection with the Virtual Machine hosting the container was closed"

0

I am trying to start a container using this command:

docker start container_id

I get the below error message.

Error Message:

Error response from daemon: container 
770495a7d11ea3748ec7027781f0c45eb3cad10174481c0ee5fd1fe8bf295148 encountered 
an error during Start: failure in a Windows system call: The connection with 
the Virtual Machine hosting the container was closed. (0xc037010a)
Error: failed to start containers: 770495a7d11e

I am using Docker for Windows.

Docker Version:

 Version:      17.06.2-ce
 API version:  1.30
 Go version:   go1.8.3
 Git commit:   cec0b72
 Built:        Tue Sep  5 19:57:19 2017
 OS/Arch:      windows/amd64
docker
dockerfile
asked on Stack Overflow Oct 5, 2017 by user3387482 • edited Jul 31, 2018 by Peter Mortensen

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0