Function with_scheme

Source
pub fn with_scheme<C: Connect + Clone + Send + Sync + 'static>(
    scheme: String,
) -> DockerEngineClientOption<C>
Expand description

with_scheme overrides the client scheme with the specified one.