Method Daemon.containerPause has 5 return statements (exceeds 4 allowed).
Open
func (daemon *Daemon) containerPause(container *container.Container) error {
container.Lock()
defer container.Unlock()
// We cannot Pause the container which is not running