dotcloud/docker

View on GitHub
daemon/pause.go

Summary

Maintainability
A
35 mins
Test Coverage

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
Severity: Major
Found in daemon/pause.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status