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.
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]>
.. | |||
Failed to load latest commit information. | |||
![]() |
mockclient |
|
|
![]() |
nopclient |
|
|
![]() |
README.md |
|
|
![]() |
events.go |
|
|
![]() |
events_test.go |
|
|
![]() |
flusher.go |
|
|
![]() |
handlers.go |
|
|
![]() |
primary.go |
|
|
![]() |
primary_test.go |
|
|
![]() |
replica.go |
|
|
![]() |
server.go |
|
|
![]() |
server_unix.go |
|
|
![]() |
server_windows.go |
|
|
![]() |
sorter.go | ||
![]() |
status.go |
|
|
![]() |
utils.go | ||
![]() |
utils_test.go |
|
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.