# Constants
RestartPolicyAny Always restarts.
RestartPolicyNone Never restarts.
RestartPolicyOnFailure Restarts only on failure.
# Variables
RestartPolicyList all available restart policy values.
# Structs
Container represents a created container.
ContainerConfig contains the configuration data about a container.
DeleteRequest contains configuration about a delete request.
ExecRequest contaiens configuration about an exec request.
HostConfig config of the container host.
LogsRequest contains configuration about a log request.
Port represents a published port of a container.
RuntimeConfig config of a created container.
# Interfaces
Service interacts with the underlying container backend.