Documentation ¶
Index ¶
- type DockerClient
- func (c *DockerClient) Build(tag, dockerfile string) error
- func (c *DockerClient) Close() error
- func (c *DockerClient) LoginWithEnv(cfg registry.AuthConfig) error
- func (c *DockerClient) Push(tag string) error
- func (c *DockerClient) RunDefaultRegistry() error
- func (c *DockerClient) Set(i interface{})
- type Image
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerClient ¶
func (*DockerClient) Build ¶
func (c *DockerClient) Build(tag, dockerfile string) error
func (*DockerClient) Close ¶
func (c *DockerClient) Close() error
func (*DockerClient) LoginWithEnv ¶
func (c *DockerClient) LoginWithEnv(cfg registry.AuthConfig) error
func (*DockerClient) Push ¶
func (c *DockerClient) Push(tag string) error
func (*DockerClient) RunDefaultRegistry ¶
func (c *DockerClient) RunDefaultRegistry() error
func (*DockerClient) Set ¶
func (c *DockerClient) Set(i interface{})
Click to show internal directories.
Click to hide internal directories.