Commit graph

5 commits

Author SHA1 Message Date
dubo-dubon-duponey
27a9f37c69 Move to standalone plugin SDK (#200)
Closes #197 
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2019-10-09 20:25:38 +02:00
Manuel Vogel
cb9c327ae4
fix: service env truncation for multiple delimiters (#193)
Closes #121 
* test: adds failing test for service env with multiple delimiters
* fix: mapping of multiple delimiters for string slice to map
2019-10-06 12:11:11 +02:00
Manuel Vogel
b8e0571919
Update/docker-18-03-1 (#68)
* updates travis to use Docker 18.03.1
* implements up to Docker API 1.37
2018-05-29 11:28:43 +02:00
Manuel Vogel
7e5bb1e872
Fix service flatteners (#66)
* fixed the endpoint flattener
* uses the swarm endpoint spec now instead
2018-05-18 12:14:02 +02:00
Manuel Vogel
dc824c1030
Feat/swarm 4 new resources (#40)
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.
2018-05-16 18:00:04 +02:00