package
1.1.0
Repository: https://github.com/xiaobinqt/libcompose.git
Documentation: pkg.go.dev

# Functions

Create creates a container and return a Container struct (and an error if any).
Get looks up the hosts containers with the specified ID or name and returns it, or an error.
ListByFilter looks up the hosts containers with the specified filters and returns a list of container matching it, or an error.
New creates a container struct with the specified client, id and name.
NewInspected creates a container struct from an inspected container.

# Structs

Container holds information about a docker container and the service it is tied on.