Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename DockerClientTest to BaseAPIClientTest | Ben Firshman | 2016-11-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Fix broken unit test | Ben Firshman | 2016-11-07 | 1 | -1/+1 |
| | | | | | | Introduced by https://github.com/docker/docker-py/pull/1230 Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | enable setting of node labels #1225 | Nathan Shirlberg | 2016-09-27 | 1 | -0/+32 |
Added update_node function to enable setting labels on nodes. This exposes the Update a Node function from the Docker API and should enable promoting/demoting manager nodes inside a swarm. Signed-off-by: Nathan Shirlberg <nshirlberg@labattfood.com> |