pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Docker Machine needs to be started before checking to see if Docker is available #130

Closed pento closed 5 years ago

pento commented 5 years ago

If we're using Docker Toolbox, the startDockerMachine() call in startDocker() needs to happen before the detectDockerDaemon() loop triggers.

pento commented 5 years ago

Fixed in #141.