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

Detect and Download Docker #25

Open pento opened 6 years ago

pento commented 6 years ago

As we do with Node, it'd be good to detect the correct version of Docker to install, and to install it.

If Docker is already installed, we should detect if it's running, and start it if necessary (#15).

pento commented 6 years ago

When installing Docker Toolbox, we should also detect if VirtualBox is already installed, and only upgrade it if necessary.