Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CelleryDockerCli ¶
type CelleryDockerCli struct { }
func NewCelleryDockerCli ¶
func NewCelleryDockerCli() *CelleryDockerCli
NewCelleryDockerCli returns a CelleryDockerCli instance.
func (*CelleryDockerCli) ClientVersion ¶
func (cli *CelleryDockerCli) ClientVersion() (string, error)
ClientVersion returns the docker client version.
func (*CelleryDockerCli) PushImages ¶
func (cli *CelleryDockerCli) PushImages(dockerImages []string) error
PushImages pushes docker images.
func (*CelleryDockerCli) ServerVersion ¶
func (cli *CelleryDockerCli) ServerVersion() (string, error)
ServerVersion returns the docker server version.
Click to show internal directories.
Click to hide internal directories.