Struct shiplift::Network [] [src]

pub struct Network<'a, 'b> { /* fields omitted */ }

Interface for accessing and manipulating a docker network

Methods

impl<'a, 'b> Network<'a, 'b>
[src]

Exports an interface exposing operations against a network instance

a getter for the Network id

Inspects the current docker network instance's details

Delete the network instance

Connect container to network

Disconnect container to network