Remove the graph driver from the daemon, move it into the layer store.
Support restoreCustomImage for windows with a new interface to extract the graph driver from the LayerStore. Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: f5916b10ae02c7db83052a97205ac345a3d96300 Component: engine
This commit is contained in:
@ -240,7 +240,7 @@ func (cli *DaemonCli) CmdDaemon(args ...string) error {
|
||||
"version": dockerversion.Version,
|
||||
"commit": dockerversion.GitCommit,
|
||||
"execdriver": d.ExecutionDriver().Name(),
|
||||
"graphdriver": d.GraphDriver().String(),
|
||||
"graphdriver": d.GraphDriverName(),
|
||||
}).Info("Docker daemon")
|
||||
|
||||
api.InitRouters(d)
|
||||
|
||||
Reference in New Issue
Block a user