mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove execution driver
We use containerd and there is no execution driver anymore.
Addresses: https://github.com/docker/docker/issues/24461
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
(cherry picked from commit 1fb1136fec
)
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
c164011a4e
commit
88d82eee4b
3 changed files with 0 additions and 3 deletions
|
@ -51,7 +51,6 @@ func (cli *DockerCli) CmdInfo(args ...string) error {
|
|||
fmt.Fprintf(cli.out, "%s: %s\n", pair[0], pair[1])
|
||||
}
|
||||
}
|
||||
ioutils.FprintfIfNotEmpty(cli.out, "Execution Driver: %s\n", info.ExecutionDriver)
|
||||
ioutils.FprintfIfNotEmpty(cli.out, "Logging Driver: %s\n", info.LoggingDriver)
|
||||
ioutils.FprintfIfNotEmpty(cli.out, "Cgroup Driver: %s\n", info.CgroupDriver)
|
||||
|
||||
|
|
|
@ -2194,7 +2194,6 @@ Display system-wide information
|
|||
"DockerRootDir": "/var/lib/docker",
|
||||
"Driver": "btrfs",
|
||||
"DriverStatus": [[""]],
|
||||
"ExecutionDriver": "native-0.1",
|
||||
"ExperimentalBuild": false,
|
||||
"HttpProxy": "http://test:test@localhost:8080",
|
||||
"HttpsProxy": "https://test:test@localhost:8080",
|
||||
|
|
|
@ -22,7 +22,6 @@ func (s *DockerSuite) TestInfoApi(c *check.C) {
|
|||
"ContainersPaused",
|
||||
"ContainersStopped",
|
||||
"Images",
|
||||
"ExecutionDriver",
|
||||
"LoggingDriver",
|
||||
"OperatingSystem",
|
||||
"NCPU",
|
||||
|
|
Loading…
Add table
Reference in a new issue