This website requires JavaScript.
Explore
Help
Register
Sign In
docker
/
docs
mirror of
https://github.com/docker/docs.git
Watch
1
Star
0
Fork
You've already forked docs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
46a866ece9
docs
/
cmd
/
dockerd
/
service_unsupported.go
8 lines
90 B
Go
Raw
Blame
History
// +build !windows
package
main
func
initService
(
)
(
bool
,
error
)
{
return
false
,
nil
}
Reference in New Issue
View Git Blame
Copy Permalink