github.com/jfrazelle/docker@v1.1.2-0.20210712172922-bf78e25fe508/cmd/dockerd/daemon_freebsd.go (about)

     1  package main
     2  
     3  // preNotifyReady sends a message to the host when the API is active, but before the daemon is
     4  func preNotifyReady() {
     5  }
     6  
     7  // notifyReady sends a message to the host when the server is ready to be used
     8  func notifyReady() {
     9  }
    10  
    11  // notifyStopping sends a message to the host when the server is shutting down
    12  func notifyStopping() {
    13  }