CharlieC3
8/22/2017 - 3:08 PM

Force the Docker daemon to start all containers using the devicemapper storage driver. Place this in /etc/docker/

Force the Docker daemon to start all containers using the devicemapper storage driver. Place this in /etc/docker/

{
  "storage-driver": "devicemapper"
}