package
0.6.6
Repository: https://github.com/synalice/gobox.git
Documentation: pkg.go.dev

# Functions

GetLogs returns logs of a specific container.
NewContainerBuilder returns a Builder object that will be used for building a docker container.
Remove deletes a specific container from host.
Start starts a container.
Wait waits until the container has either finished executing or was killed for exceeding time limit.

# Variables

No description provided by the author

# Structs

Builder is a structure used for building new docker container.
Container struct holds information about newly created container.