Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerImage ¶
func (DockerImage) LocalTag ¶
func (dockerImage DockerImage) LocalTag() string
func (DockerImage) RemoteTag ¶
func (dockerImage DockerImage) RemoteTag() string
type DockerService ¶
type DockerService struct { DockerFileName string Client client.Client AuthConfig types.AuthConfig // contains filtered or unexported fields }
func New ¶
func New(project project.Project, dockerImage DockerImage, dockerFileName string) (DockerService, error)
Create a new instance of the DockerService
Click to show internal directories.
Click to hide internal directories.