Merge pull request #18759 from mikedanese/doc-fix
daemon/logger: fix typo in godoc Upstream-commit: 6bf8844f1179108b9fabd271a655bf9eaaf1ee8c Component: engine
This commit is contained in:
@@ -101,7 +101,7 @@ func (ctx *Context) ImageID() string {
|
||||
return ctx.ContainerImageID[:12]
|
||||
}
|
||||
|
||||
// ImageFullID is an alias of ContainerID.
|
||||
// ImageFullID is an alias of ContainerImageID.
|
||||
func (ctx *Context) ImageFullID() string {
|
||||
return ctx.ContainerImageID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user