This repository was archived by the owner on Sep 26, 2021. It is now read-only.
This repository was archived by the owner on Sep 26, 2021. It is now read-only.
Make storage driver configurable #309
Open
Description
I've been reading a lot about Overlay advantages over AUFS, and there's a page in Docker documentation describing how to configure it. But how can I do that with Docker Toolbox?
I tried running docker-machine ssh default
and lsmod | grep overlay
, as the guide describes, but apparently the VM doesn't have the overlay kernel module loaded.