mglaman / platform-docker

Local development tool for PHP platforms using Docker Compose
GNU General Public License v2.0
46 stars 16 forks source link

Improve checking docker-machine #13

Closed mglaman closed 9 years ago

mglaman commented 9 years ago

Right now if PHP_OS is not linux it tries to execute "docker-machine start..". Instead it should check if the machine is up, then start it if not. Currently it runs a start and sleeps for one second regardless.