mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
d7bbe2fcb5
commit
d68d5f2e4b
1 changed files with 1 additions and 0 deletions
|
@ -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())},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue