Change docker storage driver on Mac OS X
问题 I installed the docker toolbox on my Mac OS X and I need to change the docker storage driver from aufs to devicemapper , because aufs causing problems. I found the offical documentations of docker and tried it the way explained here, but DOCKER_OPTS="--storage-driver=devicemapper" doesn't work for me. docker info still tells me Storage Driver: aufs . I didn't managed to find the file located at /etc/default/docker as well. For the record, I need to changed it in order to run CodeClimate CLI