WIP: Added Docker-machine support for Windows/Mac
An improved version of https://github.com/inducer/relate/pull/212
- Support relate docker utility on a local Windows
docker-machine, not tested on Mac (no access for) though. - Check dependencies of
docker-machineprogramming, on whether installeddockeranddocker-machine, running status (if not running, startupdocker-machine) and whetherenvvariables have been exported (if not, print the export script for user to execute). - Put all
docker(docker-machine) configurations intoRELATE_DOCKER_CONFIGURE, exceptRELATE_DOCKER_ENABLED. - Validate
RELATE_DOCKER_CONFIGUREat start up, by trying to creating a dockerClientinstance.
-
Another MR, which add more checks for potential problems which currently cannot be detected at start up. -
Backward compatibility of settings. -
Documentation
Edited by Dong Zhuang