Struct boondock::Docker [] [src]

pub struct Docker { /* fields omitted */ }

Methods

impl Docker
[src]

Connect to the Docker daemon using the standard Docker configuration options. This includes DOCKER_HOST, DOCKER_TLS_VERIFY, DOCKER_CERT_PATH and DOCKER_CONFIG, and we try to interpret these as much like the standard docker client as possible.

Connect using unsecured HTTP. This is strongly discouraged everywhere but on Windows when npipe support is not available.