moby/cmd/dockerd/daemon_freebsd.go
John Howard 0c7eab3157 Make dockerd debuggable
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-04-26 09:35:22 -07:00

5 lines
118 B
Go

package main
// notifySystem sends a message to the host when the server is ready to be used
func notifySystem() {
}