Shunsuke Suzuki
3f9193463f
docs: add an example to build an image with docker_image ( #158 )
...
* docs: add an example to build a Docker image with docker_image
* docs: add description of the docker_image.build block
2021-03-29 10:09:08 +02:00
Manuel Vogel
97ed39e2d9
chore: bump docker dependency to v20.10.5 ( #119 )
...
* chore: bump to docker v20.10.2
* fix: compilation errors
* chore: bump to docker v20.10.5
* chore: bump to docker/cli v20.10.5
* fix: removes service generic resource from limits
* fix: pass nil platform for container creation
Co-authored-by: Shunsuke Suzuki <suzuki-shunsuke@users.noreply.github.com>
2021-03-08 21:18:21 +09:00
Shunsuke Suzuki
41a4b67fe4
docs: fix legacy configuration style ( #126 )
2021-01-19 16:20:29 +01:00
tanis
8b617bd690
feat: add properties -it (tty and stdin_opn) to docker container
...
Closes #120
2021-01-18 09:00:26 +01:00
Shunsuke Suzuki
c927a8c19f
feat: supports Docker plugin ( #35 )
...
Closes #24
2021-01-08 16:38:30 +01:00
Shunsuke Suzuki
2101f471c3
feat: support max replicas of Docker Service Task Spec ( #112 )
...
Closes #111
2021-01-03 12:37:31 +01:00
Shunsuke Suzuki
0042d2654a
docs: add labels to arguments of docker_service ( #105 )
...
Closes #103
2020-12-30 07:55:08 +01:00
Shunsuke Suzuki
4b80bc3d9d
feat: add force_remove option to r/image ( #104 )
2020-12-29 08:03:40 +01:00
Manuel Vogel
30f2238e0b
feat: add ability to lint/check of links in documentation locally ( #98 )
...
* build: adds local check for website links
* build(make): adds website lint and setup target
* docs: fix spellings and hcl blocks
* fix(make): phony cmd for missing targets
* chore: renames website link check workflow
* fix: missing workflow path
* build(make): adds golangci-lint target and tool
* ci: adds website lint workflow
* docs(contributing): adds linter runs
* chore: improves naming of workflow jobs
* ci: moves website lint job
* chore: switches markdown checker imagee to ghcr.io/tcort/markdown-link-check:stable
2020-12-27 19:02:34 +09:00
Brandon Ros
db94c7e1f0
doc: devices is a block, not a boolean
2020-12-18 22:31:32 -05:00
Nolan Woods
de7c6be58a
feat: adds security_opts to container config. ( #308 )
...
* Add security_opts to container config. Resolves #288
* Fix schema type
* Set security_opts to computed as docker modifies after apply
* Add label automatically added by TravisCI docker engine to bypass test failure.
Co-authored-by: Nolan Woods <nolan_w@sfu.ca>
2020-11-15 18:19:19 +01:00
Matt Keeler
cdc0b0a7e8
feat: adds support for init process injection for containers. ( #300 )
2020-11-11 16:14:49 +01:00
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
Kerim Satirli
2583b9be40
chore: documentation updates ( #286 )
...
* updates identifier
* replaces `bool` with `boolean` to match other resources
* Update config.html.markdown
2020-10-13 09:31:36 +02:00
Kerim Satirli
0fa59a130f
chore: updates link syntax ( #287 )
2020-10-13 09:31:02 +02:00
Karan Sharma
3441fa0a30
chore: fix typo ( #292 )
2020-10-13 09:30:27 +02:00
Manuel Vogel
6a1356c49e
Merge branch 'feature/resource-docker_registry_image' of git://github.com/edgarpoce/terraform-provider-docker into edgarpoce-feature/resource-docker_registry_image
2020-10-07 20:38:10 +02:00
Manuel Vogel
250b58a9f8
feat: adds docker Image build feature ( #283 )
2020-10-07 20:06:13 +02:00
Florian Fray
3aa90de66c
docs: update container.html.markdown ( #278 )
...
Fixed title and link of "Networks advanced" paragraph
2020-08-02 17:36: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
edgar poce
e88b625dec
added documentation
2020-03-24 17:48:25 -03:00
edgar poce
6a3c615a30
added docker_registry_image
2020-03-24 16:48:49 -03:00
Motti Dadison
626a554d71
Update service.html.markdown
...
support terraform 0.12
2020-03-05 16:06:08 +02:00
stephenliberty
5ad4646537
feat: allow use of source file instead of content / content_base64 ( #240 )
...
Closes #239
* Added a 'source' and 'source hash' which will reference a file / file hash to load into the container
* Add to docs
* Adding a test, cleaning up another one
2020-02-03 21:44:46 +01:00
Manuel Vogel
45e3127fb9
feat: adds config file content as plain string ( #232 )
...
Closes #224
* feat(provider): adds plain registry content property
* docs(provider): new plain config property
* chore: comments why the order of auth parsing should not be changed
2019-12-18 20:55:12 +01: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
dubo-dubon-duponey
4d3eb6ca33
Add support for readonly containers ( #206 )
...
Closes #203
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2019-10-25 12:14:09 +02:00
Manuel Vogel
2ec6bba9b7
fix: binary upload as base 64 content ( #194 )
...
Closes #48
* feat: adds new content_base64 property for upload
* feat: adds logic for base64 content processing
* test: for new upload property
* docs: for new upload property
* docs: adapts container upload to aws example docs
* fix: adds a comment for non-working conflicts with within lists
* docs: updates for non-supported conflict within lists and sets
* tests: updates notes on disabled checks
* fix: validation for container upload configs
* docs: validation for container upload configs
* fix(test): add must not run flag for invalid upload config container
2019-10-07 23:00:57 +02:00
Matteo Castellini
9811d4d5f0
Remove duplicate start_period in docker_service documentation ( #189 )
2019-10-06 11:18:56 +02:00
Srinidhi Kaushik
11fd002b15
Add shm_size' attribute for docker_container' resource. ( #190 )
...
Closes #164
* Adds `shm_size' attribute for `docker_container' resource.
* Updates test cases.
* Updates documentation.
2019-10-06 11:16:27 +02:00
dubo-dubon-duponey
007a6db130
Add support for group-add ( #192 )
...
Fixes #191
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2019-10-06 11:13:24 +02:00
Manuel Vogel
36567a2a9b
feat: add container ipc mode. ( #182 )
...
Closes #12
2019-09-23 20:11:59 +02:00
Manuel Vogel
42031f27fb
feat: adds container working dir ( #181 )
...
Closes #146
2019-09-23 19:41:20 +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
Matthew Burtless
42354a7e62
Add support for sysctls ( #172 )
2019-08-15 17:23:39 +02:00
Manuel Vogel
bb72bf31bd
Updates the docs ( #165 ). Closes #158
...
* updates the docs due to the changes of #147
* adds documentation for the ssh usage option of #153
* updates docs for usage of the os credentials helpers
* adds pathexpand for config_file in docs
2019-07-17 19:02:02 +02:00
Gunter Grodotzki
51d84e4a94
fix website / containers / mount vs mounts ( #162 )
2019-07-16 19:43:25 +02:00
Manuel Vogel
0208605597
[ci skip]: Updates missing docs for changes of #147
2019-05-28 21:15:58 +02:00
Nemo
abcdd9ac29
docker_network data source ( #87 ). Closes #84
...
* Adds docker_network data source
* Adds documentation for the docker_network data source
* Adding basic network data source test
2019-05-26 21:20:01 +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
Nanne
1c0dd8e612
Fix incorrect indentation for container in docs ( #126 )
2019-02-27 17:11:09 +01:00
Manuel Vogel
69adb0f70c
Updates network_advanced documentation for containers. Closes #109
2018-11-01 13:17:26 +01:00
Manuel Vogel
aaee1b5c47
Adds container logs option. Closes #108 .
2018-10-29 07:07:37 +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