mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Merge pull request #21878 from TrumanLing/fix_typo
fix typo Upstream-commit: fb9523442da7da497ee29db63d0ae2591c0cfa1a 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