August 18, 2017
View 9b47b7b

Fix golint errors.

Daniel Nephin authored on 2017/08/18 04:16:30
July 27, 2017
View 1009e6a

Update logrus to v1.0.1

Derek McGowan authored on 2017/07/27 06:42:13
July 19, 2017
View ebcb7d6

Remove string checking in API error handling

Brian Goff authored on 2017/07/19 23:20:13
May 2, 2017
View b34d3e7

Integrate local datascope network with swarm

Alessandro Boch authored on 2017/05/02 08:44:04
View fcafc71

Allow to control network scope

Alessandro Boch authored on 2017/05/02 06:44:05
May 1, 2017
View e2ec006

Fix race condition between swarm and libnetwork

Flavio Crisciani authored on 2017/05/01 06:51:43
April 8, 2017
View 9ee7b4d

Support configuration networks

Alessandro Boch authored on 2017/04/08 03:18:51
April 1, 2017
View 6f4bb79

Daemon to take care of ingress cleanup on leave & shutdown

Alessandro Boch authored on 2017/04/01 06:07:55
March 17, 2017
View 9c77a4c

improve error of `docker network create -d overlay` on non-Swarm node

Akihiro Suda authored on 2017/03/17 16:48:23
March 10, 2017
View d59d19c

Allow user to modify ingress network

Alessandro Boch authored on 2017/03/10 04:52:25
February 7, 2017
View 5d71cc0

getAllNetworks unnecessary walks all the networks

Alessandro Boch authored on 2017/02/07 09:37:51
January 19, 2017
View 94b880f

add CheckDuplicate docs and logics in network

allencloud authored on 2017/01/19 15:49:10
January 14, 2017
View 3cedca5

Remove attachable network on swarm leave

Alessandro Boch authored on 2017/01/14 13:14:03
January 10, 2017
View 9c96768

Merge pull request #29564 from aaronlehmann/getter-types

Vincent Demeester authored on 2017/01/10 17:35:19
January 5, 2017
View 6aaa85f

Swarmkit has enabled the plugin filtering logic based on the drivers returned in "docker info". Currently info endpoint isnt using the GetAllByCap, but relies on existing networks to get the plugin names. This causes a basic issue when it comes to global network plugins which swarm-mode relies on, wherein swarmkit will not be able to schedule the network on the worker nodes due to the filtering logic.

Madhu Venugopal authored on 2017/01/05 05:38:14