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-machine
programming, on whether installeddocker
anddocker-machine
, running status (if not running, startupdocker-machine
) and whetherenv
variables 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_CONFIGURE
at start up, by trying to creating a dockerClient
instance.
-
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