github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/moby/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  }