Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Exists ¶
ImageExists and InspectImage taken from libcompose Exists return whether or not the service image already exists
func InspectImage ¶
func InspectImage(ctx context.Context, client client.ImageAPIClient, image string) (types.ImageInspect, error)
InspectImage inspect the specified image (can be a name, an id or a digest) with the specified client.
Types ¶
type AgentProxy ¶
type AgentProxy struct {
SocketPath string
ContainerID string
// contains filtered or unexported fields
}
func NewAgentProxy ¶
func (*AgentProxy) Shutdown ¶
func (ap *AgentProxy) Shutdown() error
func (*AgentProxy) Start ¶
func (ap *AgentProxy) Start() error
Click to show internal directories.
Click to hide internal directories.