diff options
author | Yong Tang <yong.tang.github@outlook.com> | 2017-11-01 23:37:53 +0000 |
---|---|---|
committer | Yong Tang <yong.tang.github@outlook.com> | 2017-11-02 00:01:46 +0000 |
commit | 4785f1a7ab7ec857dc3ca849ee6ecadf519ef30e (patch) | |
tree | d7e76b15c48467baa369c5b8644c4dbbea94dcf3 /cmd/dockerd/config_unix_test.go | |
parent | deae42863209d742ddf96c922e12268c6d887033 (diff) | |
download | docker-4785f1a7ab7ec857dc3ca849ee6ecadf519ef30e.tar.gz |
Remove solaris build tag and `contrib/mkimage/solaris
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'cmd/dockerd/config_unix_test.go')
-rw-r--r-- | cmd/dockerd/config_unix_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dockerd/config_unix_test.go b/cmd/dockerd/config_unix_test.go index 588ac19fbd..2705d671ba 100644 --- a/cmd/dockerd/config_unix_test.go +++ b/cmd/dockerd/config_unix_test.go @@ -1,4 +1,4 @@ -// +build linux,!solaris freebsd,!solaris +// +build linux freebsd package main |