We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d933ca8 commit e7e2d8fCopy full SHA for e7e2d8f
testcontainers/src/runners/async_runner.rs
@@ -4,8 +4,7 @@ use async_trait::async_trait;
4
use bollard::{
5
models::{ContainerCreateBody, HostConfig, PortBinding},
6
query_parameters::{CreateContainerOptions, CreateContainerOptionsBuilder},
7
- secret::EndpointSettings,
8
- secret::NetworkingConfig,
+ secret::{EndpointSettings, NetworkingConfig},
9
};
10
use bollard_stubs::models::{HostConfigCgroupnsModeEnum, ResourcesUlimits};
11
0 commit comments