Docker for mac crash

Issue type: issue
OS Version/build: OSX sierra 10.12.2
App version: 1.13.0-rc5-beta35 (14875)
Steps to reproduce:
I have a gradle project, it is purl restful-api project, i’m using docker to start-up a testing environment to test my scenarios for each test case groups,
So when i testing, the container for database, tomcat server will be clean and created, start very often.
the steps like below:

  1. start my dbserver from a image( it contains test data ).
  2. start my web server from a image with my war file( it contains my api application, this container linked with db server container ).
  3. start a container for testing. ( it contains my test source code, and it linked with web server container ).
  4. when test container finished, web container and db container are also be deleted.
  5. repeat the step 1-4 for another group of test cases.

here is the error message i saw from vm with command: “screen ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/tty”

R13: 0000000000000000 R14: ffff88019ddc0100 R15: 0000000000000000
FS: 00007f3888a30700(0000) GS:ffff8801bfd80000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000000000000000 CR3: 00000001b3fae000 CR4: 00000000000406a0
Stack:
0000000000000000 ffff8801ae269700 ffff88019ddc0100 ffff88019ddc0734
0000000000000000 ffff88019ddc0100 000000000000000d ffffffff810f527f
0000000000000102 ffff8801141cbf58 ffff8801141c8000 ffff8801141c8000
Call Trace:
[] ? task_work_run+0x65/0x7b
[] ? prepare_exit_to_usermode+0x8b/0xa6
[] ? entry_SYSCALL64_slow_path+0x25/0x25
Code: 54 55 53 48 89 fb 52 48 8b 47 18 4c 8b 6f 10 4c 8b 67 20 48 89 04 24 e8 f9 13 64 00 8b 53 44 4c 8b 7b 20 89 d0 83 e0 02 83 f8 01 <41> 8b 07 19 ed 83 e5 08 83 c5 08 66 25 00 f0 89 e9 81 c9 00 00
RIP [] __fput+0x37/0x17d
RSP
CR2: 0000000000000000
—[ end trace 1992f545ed4611e0 ]—
Kernel panic - not syncing: Fatal exception
Kernel Offset: disabled
Rebooting in 120 seconds…