Commit Graph

265 Commits

Author SHA1 Message Date
Filip Ochnik
b40a145c80 Add missing backticks in cap_add and cap_drop docs 2018-02-24 10:27:23 +01:00
Michael Schurter
aba6d133a8 docker: add cpu_hard_limit docs 2018-02-08 20:20:26 -08:00
Wim
dea460bb5a * Change use_ipv6_address to advertise_ipv6_address.
* Set autoadvertise to true.
* Update documentation.
2018-02-01 00:01:25 +01:00
Wim
795d84e08f Service registration for IPv6 docker addresses 2018-01-30 17:07:47 +01:00
Filip Ochnik
7507a1e161 Add ReadonlyRootfs option to the Docker driver 2018-01-27 14:38:29 +01:00
Alex Dadgar
0cf5c76326 Allow overriding an image's entrypoint in Docker
Fixes https://github.com/hashicorp/nomad/issues/2219
2018-01-23 14:05:00 -08:00
Filip Ochnik
35d9331b50 Document the ALL value for docker.caps.whitelist 2018-01-23 11:30:44 +01:00
Filip Ochnik
b509b0a680 Merge branch 'master' into docker-caps 2018-01-21 12:18:22 +01:00
Filip Ochnik
4080aac002 Finish implementation of the capabilities whitelist 2018-01-21 12:14:24 +01:00
Michael McCracken
1b0db851cf lxc: Add documentation for volumes support
Signed-off-by: Michael McCracken <mikmccra@cisco.com>
2018-01-18 04:17:42 -08:00
Filip Ochnik
7f072ab2da Add an option to add and drop capabilities in the Docker driver 2018-01-14 19:56:57 +01:00
Jeff Silberman
59d360c7f4 Update volume-driver, reflecting a supported driver 2018-01-12 16:09:50 -08:00
Filip Ochnik
cd5df24fca Remove duplicate docs entry for docker privileged option 2018-01-12 14:29:31 +01:00
Chris Kühl
3a6aba08f3 Change 'CoreOS rkt' to just 'rkt'
CoreOS initiated the project but it is now under the CNCF banner and includes many contributors and core maintainers that are not at CoreOS.
2018-01-02 10:42:29 +01:00
Rob Genova
4cb8b615e3 fix minor formatting/spacing issue 2017-12-12 22:11:15 +00:00
Preetha Appan
0d4797711b Address some review comments 2017-11-20 11:15:09 -06:00
Preetha
bc08d31849 Remove merge conflict marker from documentation 2017-11-19 16:10:56 -06:00
Samuel BERTHE
e6c0372318 review(docker driver): sysctls -> sysctl + ulimits -> ulimit 2017-11-17 16:30:45 -06:00
Samuel BERTHE
db2b09e4a0 doc(docker driver): Adds doc for ulimit and sysctl 2017-11-17 16:14:14 -06:00
Alex Dadgar
ee063f9348 Merge pull request #3537 from hashicorp/d-docker-endpoints
Better docs for docker.endpoint option
2017-11-13 11:00:57 -08:00
Michael Schurter
07497f66c4 unix -> Unix
I'm not going to leave a review comment just to uppercase one dumb letter
2017-11-13 10:45:21 -08:00
Alex Dadgar
fbfbcfaf55 Better docs for docker.endpoint option
Fixes https://github.com/hashicorp/nomad/issues/3533
2017-11-13 10:20:40 -08:00
Preetha Appan
85c5218b78 Add support for passing device into docker driver 2017-11-13 09:56:54 -06:00
Alex Dadgar
cf5cdfd634 changelog and website 2017-11-03 16:43:16 -07:00
Matt Mercer
16a3614333 Wrap qemu docs at 80 characters 2017-11-01 15:31:02 -07:00
Matt Mercer
00e3cc869d Qemu driver: add graceful shutdown feature 2017-11-01 15:30:36 -07:00
Alex Dadgar
1826d05d5c clarify duration 2017-10-16 10:08:35 -07:00
Tim Gross
51176acdff update docker.auth.helper to note hardcoded prefix 2017-10-11 16:19:40 -04:00
Michael Schurter
27aa67dbfe Merge pull request #3303 from hashicorp/doc-docker-load
Docker `load` takes a string not a slice
2017-09-29 14:01:45 -07:00
Michael Schurter
cc8b61394b Docker load takes a string not a slice 2017-09-29 11:29:11 -07:00
Michael Schurter
01ea59a3bf Mention Docker for Windows caveats 2017-09-28 17:22:25 -07:00
Lasse Dalegaard
dd934a60a7 Bump minimum rkt version to 1.27.0.
The changes introduces in #3256 require at least rkt 1.27.0 because of
a bug in the JSON output of `rkt status` in previous versions.

Here we upgrade all references to rkt's minimum version, and also make
travis and vagrant use this version when running tests.

Finally we add a CHANGELOG notice.
2017-09-26 19:15:43 +02:00
Alex Dadgar
8099655836 Clean up docker mounts 2017-08-22 14:12:44 -07:00
Clint Armstrong
3ee1ca15fb add docs for mount 2017-08-21 15:32:44 -04:00
Alex Dadgar
3af6e7aa98 Update docker.html.md 2017-08-11 10:12:22 -07:00
Jan De Cooman
9c016a7f6a added a newline 2017-08-11 11:53:24 +02:00
Jan De Cooman
cbeb42e1a1 removed empty line 2017-08-10 11:06:26 +02:00
Jan De Cooman
b4ec045e9a added dnsoptions to the docker driver 2017-08-09 13:30:06 +02:00
Karel Malec
809292da00 Allow rkt driver to mount volumes read-only 2017-07-21 13:05:15 +02:00
Charlie Voiselle
77c6f32243 Spellcheck sweep of website directory
Caught some typos.  Made units separate from the numbers 1GHz -> 1 GHz
after talking to Nick about questions of style (this has the side effect of making future spell checking easier).
2017-07-17 14:41:50 -04:00
Michael Schurter
ef98449b07 Merge pull request #2787 from hashicorp/f-docker-test-mac
Test #2652 - Docker MAC Address option
2017-07-07 16:22:10 -07:00
Michael Schurter
2c612ca2bf Document driver.docker.bridge_ip node attribute 2017-07-07 10:17:44 -07:00
Michael Schurter
4f150e1650 Merge pull request #2786 from hashicorp/f-docker-auth-soft-fail
Default to auth hard fail but optionally soft fail
2017-07-06 13:25:56 -07:00
Michael Schurter
eaab2b2eee Test #2652
Also cleanup docker config opts docs
2017-07-06 12:46:25 -07:00
Michael Schurter
87ef879f57 Simplify soft fail doc 2017-07-06 12:30:08 -07:00
Michael Schurter
58186bfb88 Merge branch 'master' into master 2017-07-06 12:09:36 -07:00
Michael Schurter
3aae173432 Default to auth hard fail but optionally soft fail 2017-07-06 11:35:34 -07:00
Michael Schurter
cc29d745bd Remove defunct DRIVER references in docs
Simplifies things greatly!
2017-06-23 15:32:47 -07:00
Michael Schurter
ee5e02fa3c Document address_mode 2017-06-21 17:19:08 -07:00
Michael Schurter
a58b5e18cb Merge branch 'master' into add-no-overlay-option 2017-06-08 13:15:56 -07:00