fix typo
Signed-off-by: Ling FaKe <lingfake@huawei.com> Upstream-commit: d0344731ef11a5951c86f444ac40e27f2472db01 Component: engine
This commit is contained in:
@@ -905,7 +905,7 @@ func (container *Container) FullHostname() string {
|
||||
return fullHostname
|
||||
}
|
||||
|
||||
// RestartManager returns the current restartmanager instace connected to container.
|
||||
// RestartManager returns the current restartmanager instance connected to container.
|
||||
func (container *Container) RestartManager(reset bool) restartmanager.RestartManager {
|
||||
if reset {
|
||||
container.RestartCount = 0
|
||||
|
||||
Reference in New Issue
Block a user