Latest commit 82d3319 Jun 29, 2017 @nishanttotla nishanttotla Update network containers in refresh loop.
At some point, newer Docker versions stopped reporting container
information on network ls. This caused a bug where the refresh loop was
unable to get full network information (in particular container
information). This commit fixes that by manually iterating over all
containers and extracting network information from them.

Signed-off-by: Nishant Totla <[email protected]>
Permalink
..
Failed to load latest commit information.
mockclient Updating tests to match updated vendoring Jun 19, 2017
nopclient Updating types and function calls to match updated vendoring Jun 16, 2017
README.md delete the link and the sentence since the docs have been moved Jan 6, 2017
events.go Moving event handling for external subscribers to use github.com/dock… Jun 26, 2017
events_test.go Moving event handling for external subscribers to use github.com/dock… Jun 26, 2017
flusher.go Improve godocs for exported values in api pkg Mar 31, 2015
handlers.go Update network containers in refresh loop. Jun 29, 2017
primary.go Adding counter for active event listeners Jun 26, 2017
primary_test.go Fixes #1868 Feb 25, 2016
replica.go Fixes #2488. Updated godep golang version to 1.7. Some API changes in… Nov 25, 2016
server.go fix bug that http server should return when handler is nil May 10, 2016
server_unix.go separate unix-related codes to make Swarm buildable on Windows Dec 30, 2014
server_windows.go separate unix-related codes to make Swarm buildable on Windows Dec 30, 2014
sorter.go
status.go update docker info Jan 27, 2016
utils.go
utils_test.go Catch an invalid OS error and provide a build arg suggestion May 1, 2017

README.md

Docker Swarm API README

The Docker Swarm API is mostly compatible with the Docker Remote API. To read the end-user API documentation, visit the Swarm API documentation on docs.docker.com.