package
0.3.0
Repository: https://github.com/magrandera/piaas.git
Documentation: pkg.go.dev

# Functions

BuildImage builds an image from a tar stream.
ContainerLogs returns log of a container.
CreateApplication creates a new application.
CreateContainer creates a container.
DeleteApplication deletes the application.
DeployApplication deploys an application.
GetApplication returns a current application.
GetApplications returns a list of all applications.
GetLogs streams the log of a container.
InitDocker initializes the docker instance.
InspectContainer inspects a container.
ListContainers retrieves a list of all containers running on the system.
PullImage pulls an image from the docker registry.
RemoveContainer removes an container.
RemoveImage removes an image.
StartApplication starts an application.
StartContainer starts the container with id.
StopApplication starts an application.
StopContainer stops the container with id.

# Structs

Application stores information about the application.
Docker holds the connection information for the docker instance.
KeyValue holds extra information of a message.