Commit Graph

163 Commits

Author SHA1 Message Date
Michael Schurter
f23cd482c7 Bump minimum required rkt version; update docs
Make section names match between docker and rkt
2016-10-25 09:46:49 -07:00
Ben Barnard
d49b191cd7 Minor documentation edits for grammar and clarity
These are things I noticed as I read through the documentation.
There are a couple of minor substantive corrections as well.
2016-10-11 15:52:50 -04:00
Michael Schurter
6890c0d2cd Fix ticks 2016-10-07 16:43:17 -07:00
Michael Schurter
8101a5b0fc Add docker volume example 2016-10-07 16:23:55 -07:00
Michael Schurter
d0e483629b Add example docker load config 2016-10-07 16:19:05 -07:00
Michael Schurter
5187f2d0d8 Fix docker docs; add volumes/logging to changelog 2016-10-07 12:28:42 -07:00
Michael Schurter
fe1e3c792f Put docker volume support behind conf flag
Also add tests and fix bug with logging driver configuration.
2016-10-03 15:02:50 -07:00
Seth Vargo
891dbc10ff Fix formatting and add more examples to driver docs 2016-10-03 17:35:20 -04:00
Seth Vargo
db790fac0a Remove raw-exec example 2016-10-03 17:11:10 -04:00
Seth Vargo
41930acc17 Remove exec example 2016-10-03 17:10:53 -04:00
Seth Vargo
2467daddbf Update driver docs with constraint examples 2016-10-03 17:01:24 -04:00
Seth Vargo
c00859456e Fix docker args docs 2016-09-27 19:14:10 -07:00
Theo Hultberg
aa18f4a005 Clarify that the Java driver needs root on Linux
Update the Java task driver docs to clarify that Nomad needs to run as root on Linux.
2016-09-12 18:22:31 +02:00
Dave Cohen
154e81b011 one last tiny pedantic fix, I swear. 2016-08-27 09:04:01 -04:00
Dave Cohen
43a8539df9 more tiny doc fixes 2016-08-27 08:56:39 -04:00
Dave Cohen
1fcd86b25b small spelling correction 2016-08-27 08:18:02 -04:00
ramukima
e1db7009d8 issue-1588 : Allow extra driver config args as a passthrough for qemu executable from a task specification 2016-08-15 23:36:13 -04:00
Diptanu Choudhury
6811e084f4 Merge pull request #1518 from pubnub/feature/chroot-map-rebase
Add config field to specify chroot mapping for exec driver
2016-08-10 17:00:03 -07:00
Kenjiro Nakayama
c942f1d0be Add debug option to rkt task config 2016-08-09 09:01:05 +09:00
Jay Oster
62015883ed Add documentation for chroot_env client configuration 2016-08-05 15:59:06 -07:00
Alex Dadgar
a8cf9241f7 changelog 2016-08-05 10:47:44 -07:00
Mathias Lafeldt
1ad79f8a19 Docker driver: allow to configure working directory 2016-08-03 16:18:15 +02:00
Alex Dadgar
c2a43d5540 remove gating of ipc, user ns and pidmode based on hosts priviledge mode config 2016-08-02 16:02:34 -07:00
Dara Kong
81d21bf990 Docs: Fix list of chroot directories
The chroot list was updated in be1266e42d
2016-07-20 18:13:06 -07:00
Diptanu Choudhury
45fefea0dd Merge pull request #1440 from nak3/fix-allocating-ports-example
[docs] Write allocate ports example accurately
2016-07-20 10:08:11 -07:00
Kenjiro Nakayama
b6990e0c45 [docs] Write allocate ports example accurately in the doc of the docker driver 2016-07-20 20:55:42 +09:00
Kenjiro Nakayama
0eaf54b158 Use array for jvm_options example in JAVA Driver 2016-07-20 16:31:44 +09:00
Mathias Lafeldt
e953d482b8 Fix indent of args block 2016-07-19 19:44:03 +02:00
Mathias Lafeldt
19b7658fbb Remove unrelated code snippet from docs 2016-07-19 19:39:22 +02:00
Mathias Lafeldt
0941dc1330 Fix typos in documentation 2016-07-18 16:24:30 +02:00
Diptanu Choudhury
c655ba140d Updated docs 2016-06-21 16:55:23 -07:00
Diptanu Choudhury
69adab51d9 Merge pull request #1285 from hashicorp/fix-selinux-options
Added a client options for setting selinux options
2016-06-16 22:45:24 +02:00
Diptanu Choudhury
4ecba7c7c2 Changed the client options for docker volume selinux labels 2016-06-16 21:41:02 +01:00
Alex Dadgar
bcb7fa1371 correct the dynamic port specification 2016-06-16 11:27:42 -07:00
Daniel Kerwin
98b227fecf Add support for shm_size to docker driver. Required update of go-dockerclient
to more recent version (ba4298ecf4cfa216f1cce2befbf653359f62c722).
2016-05-27 12:30:04 +02:00
Diptanu Choudhury
482b9c4d70 Added doc for the SSL key of the docker driver config 2016-04-22 13:23:22 -07:00
Alex Dadgar
b66fec4206 website 2016-04-14 13:04:04 -07:00
Alex Dadgar
6e609fc60e changelog + docker GC cleanup 2016-04-14 10:52:38 -07:00
Paul Hinze
401b04529e client/docker: add interactive option
Equivalent to `docker run --interactive` - keeps STDIN open.

Also adds docs for both `tty` and `interactive` docker config.
2016-04-08 12:51:07 -05:00
Diptanu Choudhury
8760643621 Making the load a list of strings and added website docs 2016-03-30 17:23:29 -07:00
Alex Dadgar
3a6d7738bc Clarify client options in drivers 2016-03-22 14:29:47 -07:00
Alex Dadgar
23de2f95a4 document artifact downloading 2016-03-16 09:56:04 -07:00
Matt
9d41bb0cfa Typo in docker.html.md
Fixing misspelling in docs.
2016-03-14 10:01:40 -04:00
Abhishek Chanda
f19fb4a374 Enable passing DNS info to the rkt driver 2016-03-08 18:59:11 -08:00
Erik Evenson
5859c95df8 Merge branch 'master' into study/aws-ecr-1 2016-03-06 18:18:20 -06:00
Pete Shima
3ec9968bcc Fix capitalization of Nomad in doc update 2016-03-01 23:52:42 -08:00
Pete Shima
ef4f85efee Add a specific doc entry for the common error you may see when you are
using the exec driver and not running as root.
2016-03-01 23:51:11 -08:00
Erik Evenson
bfbd4d6d88 updates docs 2016-02-27 12:10:36 -06:00
Stig Kleppe-Jørgensen
128cace623 Spelling: intepretable --> interpretable 2016-02-14 16:21:38 +01:00
Alex Dadgar
c242612a2f Merge pull request #775 from hashicorp/d-interpreted-vars
Documentation for interpreted variables
2016-02-11 08:40:31 -08:00