Browse Source

Allow client consumers like traefik to compile on illumos

Signed-off-by: Till Wegmüller <toasterson@gmail.com>
Till Wegmüller 5 years ago
parent
commit
bbf1edae4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/client_unix.go

+ 1 - 1
client/client_unix.go

@@ -1,4 +1,4 @@
-// +build linux freebsd openbsd darwin
+// +build linux freebsd openbsd darwin solaris illumos
 
 package client // import "github.com/docker/docker/client"