Open ethernetdan opened 8 years ago
Currently we are mounting /mnt/sda1/var/lib/docker on all machines in order to support boot2docker.
/mnt/sda1/var/lib/docker
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.
docker info
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.