github.com/vincentwoo/docker@v0.7.3-0.20160116130405-82401a4b13c0/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 // notifySystem sends a message to the host when the server is ready to be used 12 func notifySystem() { 13 }