Commit graph

2 commits

Author SHA1 Message Date
Isabell (Issy) Long
396d9a3a66 Fix syntax error in docker_service example and make all examples adhere to terraform fmt (#137)
* Fix syntax error in the docker_service example code
* Run terraform fmt over the example code in the docs
2019-03-07 10:29:27 +01: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