1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Raise a more relevant error when dockerd is not available on the platform.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-04-27 13:08:20 -04:00
parent 9db86a38cd
commit 8983d42988
5 changed files with 15 additions and 4 deletions

View file

@ -1,4 +1,4 @@
// +build !windows
// +build daemon
package main