Skip to content

Commit

Permalink
Remove execution driver
Browse files Browse the repository at this point in the history
We use containerd and there is no execution driver anymore.

Addresses: #24461

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
  • Loading branch information
hqhq committed Jul 11, 2016
1 parent 8f3be17 commit 1fb1136
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion api/client/system/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ func runInfo(dockerCli *client.DockerCli) error {
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(), "Cgroup Driver: %s\n", info.CgroupDriver)

Expand Down
1 change: 0 additions & 1 deletion docs/reference/api/docker_remote_api_v1.25.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion integration-cli/docker_api_info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func (s *DockerSuite) TestInfoApi(c *check.C) {
"ContainersPaused",
"ContainersStopped",
"Images",
"ExecutionDriver",
"LoggingDriver",
"OperatingSystem",
"NCPU",
Expand Down

0 comments on commit 1fb1136

Please sign in to comment.