Commit graph

266 commits

Author SHA1 Message Date
Alex Pilon
aab8fac508
provider: Ensured Go 1.11 in TravisCI and README
provider: Run go fix
provider: Run go fmt
provider: Encode go version 1.11.5 to .go-version file
2019-03-11 18:19:29 -04:00
tf-release-bot
d524630c3a Cleanup after v1.1.1 release 2019-03-08 07:17:27 +00:00
tf-release-bot
41c4b58560
v1.1.1 2019-03-08 07:12:36 +00:00
Manuel Vogel
dcaf078347
updates CHANGELOG for v1.1.1 2019-03-07 10:35:36 +01: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
Seb Patane
1c68029ce9 Normalize a blank string to 0.0.0.0 (#128)
Works around a problem in Windows on Docker, which doesn't support providing an IP to to bind to for ports
2019-03-07 10:15:42 +01:00
Manuel Vogel
1ac859bd81
Fix container ports issue for asc ordering (#115)
* Attempts to fix container ports issue by converting list to a set.
* Revert "Attempts to fix container ports issue by converting list to a set." This reverts commit 5660759875ca65e2b8c5b9aa8b25cc3ff7eee2d9.
* adds migration state func for container. Suppresses diff for port migration
* Updates changelog for v1.1.1
2019-03-05 15:55:17 +01:00
Radek Simko
a853943351 tests: Skip test if swap limit isn't available (#136)
* tests: Skip test if swap limit isn't available
* tests: Configure provider before running test
2019-03-05 15:53:56 +01:00
Radek Simko
1fa53e0480
Merge pull request #135 from terraform-providers/t-simplify-dockerfile
tests: Simplify Dockerfile(s)
2019-03-05 08:54:57 +00:00
Radek Simko
82a52bc0d8
tests: Simplify Dockerfile(s) 2019-03-05 08:20:44 +00:00
Manuel Vogel
cc12b16c44
Updates changelog for docs corrections. 2019-02-27 17:14:07 +01:00
Federico Pellegatta
460225c40b Update service.html fixed typo tmpf_options (#122) 2019-02-27 17:12:19 +01:00
Nanne
1c0dd8e612 Fix incorrect indentation for container in docs (#126) 2019-02-27 17:11:09 +01:00
Manuel Vogel
334d6aef9e
[ci skip] updates CHANGELOG 2018-11-07 07:02:46 +01:00
Manuel Vogel
69adb0f70c
Updates network_advanced documentation for containers. Closes #109 2018-11-01 13:17:26 +01:00
tf-release-bot
90ed20e5d7 Cleanup after v1.1.0 release 2018-10-30 09:54:05 +00:00
tf-release-bot
a97b413744
v1.1.0 2018-10-30 09:50:42 +00:00
Manuel Vogel
9d293c157f
Merge branch 'bhuisgen-feature/container-attach-logs' 2018-10-29 07:07:53 +01:00
Manuel Vogel
aaee1b5c47
Adds container logs option. Closes #108. 2018-10-29 07:07:37 +01:00
Manuel Vogel
9b50446268
Merge branch 'bhuisgen-feature/docker-container-ipv6' 2018-10-29 06:36:40 +01:00
Manuel Vogel
bc56f62190
Adds container static IPv4/IPv6 address. Marks network and network_alias as deprecated. Closes #105. 2018-10-29 06:36:21 +01:00
Boris HUISGEN
82255e03d6 Update doc
Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
2018-10-28 21:52:42 +01:00
Boris HUISGEN
9d67619581 Update tests
Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
2018-10-28 21:52:42 +01:00
Boris HUISGEN
1bc69158d2 Add logs attribute to get container logs when attach option is enabled
Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
2018-10-28 21:52:42 +01:00
Manuel Vogel
496abe0578
Fixes dependencies for old docker client and tests introduced by merge of #49. 2018-10-28 21:00:44 +01:00
Manuel Vogel
be72bcafb0
Merge branch 'mprihoda-wip/registry-parser' 2018-10-28 09:38:32 +01:00
Manuel Vogel
f1e6ba31fa
Simplifies the image options parser. Closes #49. 2018-10-28 09:38:17 +01:00
Manuel Vogel
bb16358a7a
Merge branch 'sunthera/d-cpuset-added' 2018-10-28 09:13:03 +01:00
Manuel Vogel
e92eae80ab
Adds cpu_set to containers. Closes #41 2018-10-28 09:12:38 +01:00
Manuel Vogel
c04e51f379
Merge branch 'd-cpuset-added' of git://github.com/sunthera/terraform-provider-docker into sunthera/d-cpuset-added 2018-10-28 08:55:29 +01:00
Manuel Vogel
6b00f96a5d
Fixes bug introduced from merge of #106 2018-10-28 07:29:02 +01:00
Manuel Vogel
bf6fb72e47
Adds the docker container start flag. Closes #62. 2018-10-27 10:12:37 +02:00
Manuel Vogel
c9d9f08d54
Merges master 2018-10-27 10:09:03 +02:00
Manuel Vogel
f689619b2d
Adds container healthcheck. 2018-10-26 07:37:45 +02:00
Manuel Vogel
a015be46b9
updates CHANGELOG 2018-10-26 07:27:04 +02:00
Manuel Vogel
388e16630d
Adds asc sorting to container ports flattening to fix blinking test. 2018-10-26 07:24:22 +02:00
Manuel Vogel
36a92c5e89
bla 2018-10-25 09:50:33 +02:00
Boris HUISGEN
d4032c8939 Add rm and attach options to execute short-lived containers (#106)
* Adds rm, attach options and exit_code attribute. Closes #43 
* Updates documentation
2018-10-25 08:01:38 +02:00
Manuel Vogel
2360eb088f
Container network fixes (#104)
* Feat/net-attr add IP address of each network to the computed attributes from #50.
* marks ip_address as deprecated and adds network data for a container. Closes #9
* adds wait for removal of a container. Closes #98 
* removes validator for container network_mode and checks error handling if container disconnect from default network fails. Closes #107
2018-10-25 07:21:48 +02:00
Boris HUISGEN
da71464d20 Fix other tests as port internal/external are not strings but int
Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
2018-10-20 12:47:17 +02:00
Boris HUISGEN
fc9014d480 Update doc
Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
2018-10-19 21:52:42 +02:00
Boris HUISGEN
49e35c46b2 Add container healthcheck
Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
2018-10-19 21:52:42 +02:00
Boris HUISGEN
63ddd27157 Update doc
Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
2018-10-19 21:11:37 +02:00
Boris HUISGEN
a39c7a2825 Add test
Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
2018-10-19 21:11:37 +02:00
Boris HUISGEN
661b8580b8 Add capability to not start container (create only)
Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
2018-10-19 00:40:03 +02:00
Manuel Vogel
15522080d6
[ci skip] updates CHANGELOG 2018-10-18 13:48:03 +02:00
Boris HUISGEN
eca96b960b Add labels to support docker stacks (#92)
* Add network labels and options attachable, ingress and ipv6
* Add volume labels
* Add secret labels
* Updates documentation
2018-10-18 12:39:58 +02:00
tf-release-bot
bcc62489b0 Cleanup after v1.0.4 release 2018-10-17 15:49:43 +00:00
tf-release-bot
8685932edf
v1.0.4 2018-10-17 15:46:29 +00:00
Manuel Vogel
f710743d71
Support for random external port for containers (#103)
* fixes container port mapping by switching from set to list. Closes #102 
* adapts mapper and flattener
* updates CHANGELOG
2018-10-16 18:49:57 +02:00