Skip to content

Commit

Permalink
Update to not get size of containers (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
varunpuranik authored Sep 28, 2018
1 parent 87372c8 commit 8ecb27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgelet/edgelet-docker/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ impl ModuleRuntime for DockerModuleRuntime {
Ok(self
.client
.container_api()
.container_list(true, 0, true, &filters)
.container_list(true, 0, false, &filters)
.map(move |containers| {
containers
.iter()
Expand Down

0 comments on commit 8ecb27b

Please sign in to comment.