mirror of https://github.com/docker/docs.git
Rename "graphdriver" to "storagedriver".
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
41071a88a7
commit
a40ebef79e
|
@ -98,7 +98,7 @@ func (n *Node) updateSpecs() error {
|
|||
n.Cpus = info.NCPU
|
||||
n.Memory = info.MemTotal
|
||||
n.Labels = map[string]string{
|
||||
"graphdriver": info.Driver,
|
||||
"storagedriver": info.Driver,
|
||||
"executiondriver": info.ExecutionDriver,
|
||||
"kernelversion": info.KernelVersion,
|
||||
"operatingsystem": info.OperatingSystem,
|
||||
|
|
Loading…
Reference in New Issue