mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Make dockerd debuggable
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
dc7664d62e
commit
0c7eab3157
27 changed files with 11 additions and 10 deletions
5
cmd/dockerd/daemon_freebsd.go
Normal file
5
cmd/dockerd/daemon_freebsd.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package main
|
||||
|
||||
// notifySystem sends a message to the host when the server is ready to be used
|
||||
func notifySystem() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue