Expected behavior
Docker stays active after opening the lid
Actual behavior
All active containers are stopped with exit status 0 (zero) and Docker for Mac has crashed with the following error:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Failed to set posix_spawn_file_actions for fd -1 at index 0 with errno 9' terminating with uncaught exception of type NSException abort() called
Information
-
Docker Version 1.11.2-beta15 (build: 9168)
-
In Console.app I found a crash log from Docker. I’ve created a gist of it as I’m a new user and I can’t upload files: https://gist.github.com/DuckThom/caafbe3cf13d7b2b696c7e80de392730
-
Macbook Pro Mid-2014
-
OS X El Capitan 10.11.5
Steps to reproduce the behavior
- Start Docker for Mac
- Start containers (Not completely sure if this is necessary)
- Suspend the host machine
- Wait… (Not sure how long as doesn’t happen every time the host is suspended)
- Open the lid
- Docker for Mac is no long running and after starting it, the containers have stopped with exit status 0 (zero)