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
13d1f0c1a1
moby--moby
/
api
/
server
/
server_stub.go
7 lines
90 B
Go
Raw
Normal View
History
Unescape
Escape
Mark network ui endpoints unix-only Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2015-08-10 21:45:32 -07:00
// +build !experimental windows
register libnetwork API and UI with docker parent chain This commit also brings in the ability to specify a default network and its corresponding driver as daemon flags. This helps in existing clients to make use of newer networking features provided by libnetwork. Signed-off-by: Madhu Venugopal <madhu@docker.com>
2015-05-20 05:20:19 -07:00
package
server
func
(
s
*
Server
)
registerSubRouter
(
)
{
}
Copy permalink