mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix typo
Signed-off-by: Ling FaKe <lingfake@huawei.com>
This commit is contained in:
parent
6ad89f4d2f
commit
d0344731ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue