print dirperm1 supported status in docker info
It's easier for users to check if their systems support dirperm1 just by using docker info Signed-off-by: Daniel, Dao Quang Minh <dqminh89@gmail.com> Upstream-commit: d68d5f2e4bf7f527e06d85ec4ed8cd3917a3fd7f Component: engine
This commit is contained in:
@@ -156,6 +156,7 @@ func (a *Driver) Status() [][2]string {
|
||||
{"Root Dir", a.rootPath()},
|
||||
{"Backing Filesystem", backingFs},
|
||||
{"Dirs", fmt.Sprintf("%d", len(ids))},
|
||||
{"Dirperm1 Supported", fmt.Sprintf("%v", useDirperm())},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user