Commit graph

34 commits

Author SHA1 Message Date
Paul Hinze
4700a9bbd9 website: Docs sweep for lists & maps 2016-07-28 15:49:53 -05:00
Radek Simko
5500263e08 docker/docs: Document new data source + limitations (#7814) 2016-07-26 17:07:35 +01:00
JB Arsenault
3268ac3604 Add destroy_grace_seconds option to stop container before delete (#7513) 2016-07-11 16:03:02 +01:00
Daniel Portella
44639f3ba5 provider/docker: Docker documentation and additional test message (#7412)
* added additional error info for when memory swap assert fails.

related to https://github.com/hashicorp/terraform/pull/7392

* updated docker_container documentation

reflect recent changes to docker provider around tests, dns options and
dns search support.

* Grammar and punctuation changes

Docker container documentation.

* Spell checking, grammar and punctuation.

Docker container documentation.

* Markdown change sto docker container documentation
2016-06-29 15:48:15 +01:00
Xavier Sellier
7059c33c30 Provider Docker: (#6376)
- Add option keep_locally
- Add unit test
- Add documentation
2016-04-27 17:18:02 +01:00
VERDOÏA Laurent
b4f8111aed provider/docker: #5298 Add support for docker run --user option 2016-04-04 21:43:59 -05:00
Verdoïa Laurent
021bbb2a18 provider/docker: #2417 Add support for restart policy unless-stopped 2016-02-26 12:38:31 +09:00
Colin Hebert
dd61bc83cf provider/docker: Update documentation
- Use a consistent format
- Remove typos
- Specify the expected parameter type for each entry
- Change importance of block documentation
2016-01-31 08:23:35 +11:00
James Nugent
60f008ee4a provider/docker: Mount named volumes in containers
This adds support for specifying named volumes for mounting in a
`docker_container` resource.
2016-01-15 21:59:33 +00:00
Colin Hebert
5f2147a9d5 provider/docker: Add docker_volume resource 2016-01-15 17:34:53 +00:00
James Nugent
9806e6ea9a provider/docker: Tweak and test host_entry
This adds acceptance tests for specifying extra hosts on Docker
containers. It also renames the repeating block from `hosts` to `host`,
which reads more naturally in the schema when multiple instances of the
block are declared.
2016-01-15 03:02:20 +00:00
James Nugent
9a27537399 Merge branch 'docker-extra-hosts' of https://github.com/paulbellamy/terraform into paulbellamy-docker-extra-hosts 2016-01-14 15:48:51 +00:00
James Nugent
894ae56e51 Merge branch 'docker_network' of https://github.com/ColinHebert/terraform into ColinHebert-docker_network 2016-01-14 07:01:03 +00:00
Colin Hebert
61372c7766 Add the networks entry 2016-01-04 20:58:54 +01:00
Colin Hebert
6124159131 Add support of custom networks in docker 2016-01-02 12:20:55 +01:00
Colin Hebert
34dced4b16 Add network_mode support to docker 2016-01-01 09:57:21 +01:00
Paul Bellamy
ad05f3a3b5 provider/docker: Add hosts parameter for containers 2015-12-03 10:32:41 +00:00
ryane
06f89614d2 support for log driver + config in docker container 2015-11-04 15:52:16 -05:00
ryane
39cd0cd73b add label support to docker container resource 2015-11-04 15:52:15 -05:00
ryane
7c8e029252 add basic runtime constraints to docker_container 2015-11-04 15:52:15 -05:00
ryane
ecbfb4ef98 restart policy support for docker_container 2015-11-04 15:52:15 -05:00
ryane
a398fce15b entrypoint support for docker_container resource 2015-11-04 15:52:15 -05:00
Martin Atkins
76837d511f Merge pull request #3383 from apparentlymart/docker-container-command-docs
Example for the command arg on docker_container.
2015-10-10 17:30:33 -07:00
Robert Roland
d9f753ed5a Update container.html.markdown
Correcting a misspelling in the docs.
2015-10-07 13:07:41 -07:00
Martin Atkins
2c4f60f8c2 Example for the command arg on docker_container.
For those accustomed to running commands via a shell it may not be clear
why this argument is a list and what the elements of that list should be.
Hopefully giving an example will help people understand what is expected.

This is in response to the misunderstanding discovered in #3011.
2015-10-03 18:03:04 -07:00
Jesse Szwedko
c78e5663c3 The docker-image resource expects name, not image
to be set

[ci skip]
2015-06-28 19:16:56 -07:00
Julian Schneider
75ee86e9d9 Add privileged option to docker container resource 2015-06-04 13:05:52 +02:00
Paul Hinze
f34fd3de1d docs: provider/docker - network settings attrs 2015-04-20 12:45:58 -05:00
Mitchell Hashimoto
2ba2a8a015 Merge pull request #1564 from nickryand/docker_links
Added Docker links support to the docker_container resource.
2015-04-18 16:41:17 -07:00
Nick Downs
4525b5ff17 Added Docker links support to the docker_container resource. 2015-04-16 12:42:21 -07:00
Luis Faustino
b057b6931d Fix #1402
Fixed the argument reference from 'name' to 'image'.
2015-04-12 22:23:15 +01:00
Hart Hoover
f9f91ff882 Fix(docs) Correct spelling error in Docker documentation 2015-04-02 10:43:40 -05:00
Mitchell Hashimoto
0ec244441e website: note on docker 2015-03-31 14:48:57 -07:00
Mitchell Hashimoto
98bf1349e9 website: docker docs 2015-03-28 19:05:17 -07:00