mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
On daemon restart the local volume driver will read options that it persisted to disk, however it was reading an incorrect path, causing volume options to be silently ignored after a daemon restart. Signed-off-by: Brian Goff <cpuguy83@gmail.com> (cherry picked from commit c560dd968600ebc9c1ff78f256ee93a6ded9a728) Signed-off-by: Tibor Vass <tibor@docker.com>