...
Info |
---|
Client Version should be 1.7+ You should also set storage driver setting to "devicemapper" |
If docker is not responding after changing driver to devicemapper, then you should fully reinstall docker with the next commands (without changing the conf file):
Code Block | ||
---|---|---|
| ||
sudo apt-get remove docker-engine
sudo reboot
sudo rm -rf /var/lib/docker
sudo apt-get install docker-engine |
Mac OS X or Windows
You can set it on docker machine create:
...