Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
func
(c *Client) PushImage(image string) error {
63
return
c.exec(c.dockerBin,
"push"
, image)
64
}
65
66
func
(c *Client) TagImage(src, dest string) error {
67
return
c.exec(c.dockerBin,
"tag"
, src, dest)
Callers
1
pushDockerImage
Method · 0.80
Calls
1
exec
Method · 0.95
Tested by
no test coverage detected