Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerContainer ¶
type DockerContainer interface { Recreate(*RecreateOptions) (newID string, err error) ConvertToDockerCommand() (string, error) }
func GetExistedDockerContainer ¶
func GetExistedDockerContainer(IDorName, daemon string) (c DockerContainer, err error)
Click to show internal directories.
Click to hide internal directories.