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
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
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
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
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
fc9014d480
Update doc
...
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
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
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
Manuel Vogel
769f775d38
Image can be pulled with its repo digest ( #97 )
...
* adds repo digests to local image structure. Closes #79
* updates CHANGELOG
2018-10-12 08:43:28 +02:00
Manuel Vogel
b1b79b5743
Adds pid and namespace mode ( #96 )
...
* adds `pid` and `userns` mode for containers. Closes #88 and #17
* updates CHANGELOG
2018-10-11 10:55:18 +02:00
Manuel Vogel
85e56c1ab0
fixes ports on containers ( #95 )
...
- `docker_container` needs only internal port to be specified. Closes #8 and #89 for the documentation
- `docker_container` writes external port now correctly into `tfstate`. Closes #73
2018-10-09 22:32:26 +02: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
kt
593272e037
Merge pull request #47 from captn3m0/docker-link-warning
...
deprecate and add warning about the link feature
2018-05-24 22:07:38 -07: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
Conor Mongey
77420b1bd6
Add Ulimits to containers ( #35 )
...
* Add Ulimits
* added tests
2018-04-20 11:35:49 +02:00
Sid Verma
97599ecb3d
Add ability to upload executable files ( #55 )
...
* Add ability to upload executable files
2018-04-20 11:30:45 +02:00
Sid Verma
46d1fc59eb
Add support to attach devices to containers ( #54 )
2018-04-20 11:14:44 +02:00
Nemo
c2597e760c
Adds warning about the link feature
2018-03-10 20:20:56 +05:30
Dmitry
cd0b52d19f
cpuset added
2018-01-24 23:03:01 +02:00
Manuel Vogel
c8bbdbc091
Fixes layout and notes in docs. ( #26 )
...
* Fixed layout in the documentation.
* Remove notes that only the public registry is supported.
* Added description for environment variables for docker registry authentication.
2017-12-06 23:05:36 +02:00
James Laverack
71c4b2fca4
Correct comment in docker_network documentation
2017-10-28 00:29:54 +01:00
Jake Champlin
70f6f24d98
Transfer docker provider website
2017-06-09 10:51:49 -04:00