github.com/damirazo/docker@v1.9.0/docker/daemon_none.go (about)

     1  // +build !daemon
     2  
     3  package main
     4  
     5  import "github.com/docker/docker/cli"
     6  
     7  const daemonUsage = ""
     8  
     9  var daemonCli cli.Handler
    10  
    11  // TODO: remove once `-d` is retired
    12  func handleGlobalDaemonFlag() {}
    13  
    14  // notifySystem sends a message to the host when the server is ready to be used
    15  func notifySystem() {
    16  }