This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
7236686987
moby--moby
/
daemon
/
daemon_unsupported.go
6 lines
93 B
Go
Raw
Normal View
History
Unescape
Escape
Get the Docker Engine to build clean on Solaris Signed-off-by: Amit Krishnan <krish.amit@gmail.com>
2016-03-25 19:38:00 -04:00
// +build !linux,!freebsd,!windows,!solaris
Add platformSupported flag to enable daemon mode by platform. Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-08-07 12:33:29 -04:00
package
daemon
const
platformSupported
=
false
Copy permalink