Manuel Vogel
7248501ade
Merge branch 'patch-1' of git://github.com/motti24/terraform-provider-docker into motti24-patch-1
2020-10-13 09:37:19 +02:00
Grant Steuart
1e6b6b7304
docs: update service.html.markdown ( #281 )
...
Updated documentation to reflect new block and argument syntax
2020-08-02 17:36:04 +02:00
Motti Dadison
626a554d71
Update service.html.markdown
...
support terraform 0.12
2020-03-05 16:06:08 +02:00
Manuel Vogel
f4dd2188f1
feat: make UID, GID, & mode for secrets and configs configurable ( #231 )
...
Closes #216
* feat(service): makes uid, gid and file mode configurable
* docs(service): updates config and secret configuration
2019-12-18 19:04:01 +01:00
Manuel Vogel
546c6aeef1
docs: update restart_policy for service. Closes #228
2019-12-17 18:31:21 +01:00
Manuel Vogel
765b107e26
docs: adds new label structure. Closes #214
2019-12-17 18:02:32 +01:00
Manuel Vogel
434ca8c64b
feat: adds import for resources ( #196 )
...
Closes #99 . Adds import for config service volume
2019-11-23 14:42:05 +01:00
Etienne Napoleone
20b056aec2
Correct mounts block name ( #218 )
2019-11-11 10:28:39 +01:00
Matteo Castellini
9811d4d5f0
Remove duplicate start_period in docker_service documentation ( #189 )
2019-10-06 11:18:56 +02:00
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