redspread/localkube

Check for boot2docker

Opened this issue · 1 comments

Currently we are mounting /mnt/sda1/var/lib/docker on all machines in order to support boot2docker.

We should check if the Docker host OS is boot2docker and only then mount that path.

This info is retrievable using docker info, the corresponding API call should be usable to perform this check.