MCPcopy Create free account
hub / github.com/coldbrewcloud/coldbrew-cli / PushImage

Method PushImage

docker/client.go:62–64  ·  view source on GitHub ↗
(image string)

Source from the content-addressed store, hash-verified

60}
61
62func (c *Client) PushImage(image string) error {
63 return c.exec(c.dockerBin, "push", image)
64}
65
66func (c *Client) TagImage(src, dest string) error {
67 return c.exec(c.dockerBin, "tag", src, dest)

Callers 1

pushDockerImageMethod · 0.80

Calls 1

execMethod · 0.95

Tested by

no test coverage detected