Versions in this module Expand all Collapse all v0 v0.6.0 Dec 23, 2019 v0.5.0 Nov 19, 2019 Changes in this version + type CelleryDockerCli struct + func NewCelleryDockerCli() *CelleryDockerCli + func (cli *CelleryDockerCli) ClientVersion() (string, error) + func (cli *CelleryDockerCli) PushImages(dockerImages []string) error + func (cli *CelleryDockerCli) ServerVersion() (string, error) + type Docker interface + ClientVersion func() (string, error) + PushImages func(dockerImages []string) error + ServerVersion func() (string, error)