mirror of
https://github.com/docker/docs.git
synced 2026-03-29 23:38:56 +07:00
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>
7 lines
82 B
Go
7 lines
82 B
Go
// +build !experimental
|
|
|
|
package server
|
|
|
|
func (s *Server) registerSubRouter() {
|
|
}
|