mirror of
https://github.com/docker/cli.git
synced 2025-08-08 12:02:07 +03:00
Add CgroupDriver to docker info
Fixes: #19539 Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
@@ -33,6 +33,7 @@ For example:
|
||||
Dirperm1 Supported: true
|
||||
Execution Driver: native-0.2
|
||||
Logging Driver: json-file
|
||||
Cgroup Driver: cgroupfs
|
||||
Plugins:
|
||||
Volume: local
|
||||
Network: bridge null host
|
||||
|
@@ -42,6 +42,7 @@ Here is a sample output:
|
||||
Dirs: 80
|
||||
Execution Driver: native-0.2
|
||||
Logging Driver: json-file
|
||||
Cgroup Driver: cgroupfs
|
||||
Plugins:
|
||||
Volume: local
|
||||
Network: bridge null host
|
||||
|
Reference in New Issue
Block a user