Commit graph

6 commits

Author SHA1 Message Date
Manuel Vogel
35e90f2cf6
docs: update anchors with -1 suffix (#178)
* docs: update anchors with -1 suffix
* docs: fix container headings

Closes #176
2019-08-22 13:11:39 +02:00
Manuel Vogel
0208605597
[ci skip]: Updates missing docs for changes of #147 2019-05-28 21:15:58 +02:00
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
Federico Pellegatta
460225c40b Update service.html fixed typo tmpf_options (#122) 2019-02-27 17:12:19 +01: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
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