This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sep 19 09:46:22 x.y.com dockerd[1385]: time="2018-09-19T09:46:22.971563148-07:00" level=info msg="Listening for local connections" addr=/var/run/docker/swarm/control.sock module=node node.id=905bdhp0yginvumw9g3tplxei proto=unix | |
Sep 19 09:46:22 x.y.com dockerd[1385]: time="2018-09-19T09:46:22.975964285-07:00" level=info msg="manager selected by agent for new session: {905bdhp0yginvumw9g3tplxei 172.28.8.120:2377}" module=node/agent node.id=905bdhp0yginvumw9g3tplxei | |
Sep 19 09:46:22 x.y.com dockerd[1385]: time="2018-09-19T09:46:22.976360300-07:00" level=info msg="waiting 0s before registering session" module=node/agent node.id=905bdhp0yginvumw9g3tplxei | |
Sep 19 09:46:22 x.y.com dockerd[1385]: time="2018-09-19T09:46:22.976435610-07:00" level=debug msg="(*session).start" module=node/agent node.id=905bdhp0yginvumw9g3tplxei | |
Sep 19 09:46:23 x.y.com dockerd[1385]: time="2018-09-19T09:46:23.003097149-07:00" level=info msg="50b1b4067b4ddd5d became follower at term 2" module=raft node.id=905bdhp0yginvumw9g3tplxei | |
Sep 19 09 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/components/engine/vendor/github.com/docker/libnetwork/drivers/macvlan/macvlan_network.go b/components/engine/vendor/github.com/docker/libnetwork/drivers/macvlan/macvlan_network.go | |
index 914c6cdf64..8e73809cff 100644 | |
--- a/components/engine/vendor/github.com/docker/libnetwork/drivers/macvlan/macvlan_network.go | |
+++ b/components/engine/vendor/github.com/docker/libnetwork/drivers/macvlan/macvlan_network.go | |
@@ -64,10 +64,16 @@ func (d *driver) CreateNetwork(nid string, option map[string]interface{}, nInfo | |
// empty parent and --internal are handled the same. Set here to update k/v | |
config.Internal = true | |
} | |
- err = d.createNetwork(config) | |
+ |