BrunoMartinsPro
BrunoMartinsPro

Reputation: 1856

Docker Quickstart Terminal - fork: retry: No child processes

Installed Docker Toolbox for Windows but after running Docker Quickstart Terminal i get the error: Docker Quickstart Terminal Error

Machine Information:

Upvotes: 2

Views: 408

Answers (2)

andreim
andreim

Reputation: 3503

There are multiple points you need to be aware of:

First of all Docker Toolbox is Legacy desktop solution. Docker Toolbox is for older Mac and Windows systems that do not meet the requirements of Docker for Mac and Docker for Windows. We recommend updating to the newer applications, if possible.

Secondly, if you are installing Docker for Windows, you are using it on Windows 10 Home (not Pro), therefore you will not be able to use Hyper-V. So you will have only the option of using Virtual Box. Check this forum entry.

And another important point is that Virtual Box might function incorrectly on Windows 10. Maybe this was solved in the meantime. Check this forum entry.

Upvotes: -1

VonC
VonC

Reputation: 1328322

First, make sure you don't have Cygwin installed (or you would see a similar error)

Second, as in this thread (for Windows 7, but could apply to Windows 10 too), check if you have other software like BeyondTrust PowerBroker, which could explain why those dll are preempted and not loaded.

Upvotes: 2

Related Questions