* Closes#198
* Move CI to go 1.13
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
* Revamped travis setup
- added go tip (no fail)
- removed go1.11 (since it’s out of support)
- build on windows, optional (1.13) (since travis does not give LCOW we can’t test)
- build on mac, optional (1.13) (since travis does not give docker on mac we can’t test)
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
Adds docker swarm features to the provider for the Docker Engine 17.09.1 and API Version 1.32.
The spec is close to the API. By default, the swarm services are fire and forget. A converging config implements the features of the docker cli to ensure a service and all its replicas are up and running. Furthermore, service can have configs, secrets, networks, mounts and be added to a network.