Skip to content

Commit 8804849

Browse files
authored
Merge pull request moby#24501 from hqhq/remove_exec_driver
Remove execution driver
2 parents 6dc2dd4 + 1fb1136 commit 8804849

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

api/client/system/info.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ func runInfo(dockerCli *client.DockerCli) error {
5858
fmt.Fprintf(dockerCli.Out(), "%s: %s\n", pair[0], pair[1])
5959
}
6060
}
61-
ioutils.FprintfIfNotEmpty(dockerCli.Out(), "Execution Driver: %s\n", info.ExecutionDriver)
6261
ioutils.FprintfIfNotEmpty(dockerCli.Out(), "Logging Driver: %s\n", info.LoggingDriver)
6362
ioutils.FprintfIfNotEmpty(dockerCli.Out(), "Cgroup Driver: %s\n", info.CgroupDriver)
6463

docs/reference/api/docker_remote_api_v1.25.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,6 @@ Display system-wide information
21942194
"DockerRootDir": "/var/lib/docker",
21952195
"Driver": "btrfs",
21962196
"DriverStatus": [[""]],
2197-
"ExecutionDriver": "native-0.1",
21982197
"ExperimentalBuild": false,
21992198
"HttpProxy": "http://test:test@localhost:8080",
22002199
"HttpsProxy": "https://test:test@localhost:8080",

integration-cli/docker_api_info_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ func (s *DockerSuite) TestInfoApi(c *check.C) {
2222
"ContainersPaused",
2323
"ContainersStopped",
2424
"Images",
25-
"ExecutionDriver",
2625
"LoggingDriver",
2726
"OperatingSystem",
2827
"NCPU",

0 commit comments

Comments
 (0)