I've changed data-root in Docker's daemon.json to a new partition and location but test 1.1.5 doesn't take that into account and still assumes to look for /var/lib/docker...
I believe 1.1.5 should only assume /var/lib/docker if the daemon.json hasn't been found or has an empty data-root, otherwise it should use that path.
(Edit: Or wherever Docker's pulling the config/parameter from.)
I've changed data-root in Docker's
daemon.jsonto a new partition and location but test1.1.5doesn't take that into account and still assumes to look for/var/lib/docker...I believe
1.1.5should only assume/var/lib/dockerif thedaemon.jsonhasn't been found or has an emptydata-root, otherwise it should use that path.(Edit: Or wherever Docker's pulling the config/parameter from.)