mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #24501 from hqhq/remove_exec_driver
Remove execution driver
This commit is contained in:
commit
880484992c
3 changed files with 0 additions and 3 deletions
|
@ -58,7 +58,6 @@ func runInfo(dockerCli *client.DockerCli) error {
|
||||||
fmt.Fprintf(dockerCli.Out(), "%s: %s\n", pair[0], pair[1])
|
fmt.Fprintf(dockerCli.Out(), "%s: %s\n", pair[0], pair[1])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ioutils.FprintfIfNotEmpty(dockerCli.Out(), "Execution Driver: %s\n", info.ExecutionDriver)
|
|
||||||
ioutils.FprintfIfNotEmpty(dockerCli.Out(), "Logging Driver: %s\n", info.LoggingDriver)
|
ioutils.FprintfIfNotEmpty(dockerCli.Out(), "Logging Driver: %s\n", info.LoggingDriver)
|
||||||
ioutils.FprintfIfNotEmpty(dockerCli.Out(), "Cgroup Driver: %s\n", info.CgroupDriver)
|
ioutils.FprintfIfNotEmpty(dockerCli.Out(), "Cgroup Driver: %s\n", info.CgroupDriver)
|
||||||
|
|
||||||
|
|
|
@ -2194,7 +2194,6 @@ Display system-wide information
|
||||||
"DockerRootDir": "/var/lib/docker",
|
"DockerRootDir": "/var/lib/docker",
|
||||||
"Driver": "btrfs",
|
"Driver": "btrfs",
|
||||||
"DriverStatus": [[""]],
|
"DriverStatus": [[""]],
|
||||||
"ExecutionDriver": "native-0.1",
|
|
||||||
"ExperimentalBuild": false,
|
"ExperimentalBuild": false,
|
||||||
"HttpProxy": "http://test:test@localhost:8080",
|
"HttpProxy": "http://test:test@localhost:8080",
|
||||||
"HttpsProxy": "https://test:test@localhost:8080",
|
"HttpsProxy": "https://test:test@localhost:8080",
|
||||||
|
|
|
@ -22,7 +22,6 @@ func (s *DockerSuite) TestInfoApi(c *check.C) {
|
||||||
"ContainersPaused",
|
"ContainersPaused",
|
||||||
"ContainersStopped",
|
"ContainersStopped",
|
||||||
"Images",
|
"Images",
|
||||||
"ExecutionDriver",
|
|
||||||
"LoggingDriver",
|
"LoggingDriver",
|
||||||
"OperatingSystem",
|
"OperatingSystem",
|
||||||
"NCPU",
|
"NCPU",
|
||||||
|
|
Loading…
Add table
Reference in a new issue