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
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
Alex Dadgar
d4d2d1f656
small cleanup
2017-05-31 15:56:54 -07:00
Ulrik Mikaelsson
20fd19d6e2
Implement support for docker-credential-helpers
...
Solves: #2334
2017-05-31 12:45:02 +02:00
Brandon Fulljames
250c40714d
Add security_opt to docs, alphabetize section
2017-05-19 17:04:28 -07:00
johannesa
8dbe9db539
Added snippet for mac address in docs
2017-05-17 16:48:51 +02:00
Alex Dadgar
8d07bd8f9c
Add ExtraHosts to Docker driver
...
This PR allows job submitters to add extra hosts to the containers
/etc/hosts file.
Fixes https://github.com/hashicorp/nomad/issues/2546
2017-04-11 10:52:41 -07:00
Alex Dadgar
db11e7dd7b
wording
2017-04-07 13:02:02 -07:00
Clint Armstrong
976f58b23c
Update docs to clarify that user defined networks are required
2017-04-07 15:58:16 -04:00
Clint Armstrong
5f4716b4ea
Allow specifying container IP with docker driver
2017-04-07 11:56:07 -04:00
Alex Dadgar
6bdf78330d
Merge pull request #2379 from Gerrrr/doc/latest-tag
...
Add caveat about always pulling latest tag to docker driver docs
2017-03-01 10:09:38 -08:00
Aleksandr Sorokoumov
1113fa2e97
Add caveat about always pulling latest tag to docker driver docs
2017-03-01 00:25:57 +01:00
jmvacdmon
a975c186d3
change example to logging docker driver
2017-02-28 13:51:36 +01:00
Chris
31ee80a0da
Fix syntax of docker.cleanup.image example
...
I found this syntax issue because I copy-pasted the snippet into my config file and attempted to run Nomad with it. Whoops
2017-02-27 16:34:43 -05:00
Alex Dadgar
71462bf0b4
More auth docs
2017-02-27 11:02:01 -08:00
Alex Dadgar
5338dafd51
Merge pull request #2361 from hashicorp/f-docker-coordination
...
Docker Image Coordinator and caching
2017-02-24 14:18:21 -08:00
Alex Dadgar
27b2c677c0
Docker Image Coordinator
...
This PR introduces a coordinator for doing CRUD on a Docker image. It
should fix racy deletion of images. The issue before was images would be
deleted between prestart and start causing an error.
2017-02-24 13:20:40 -08:00
Michael Schurter
d710c23d4d
Put access to Docker volume drivers behind flag
2017-02-23 15:47:36 -08:00
Pietro Menna
c57d9c6bdb
Improved documentation for Docker Volume Drivers
...
Incorporated comments from @schmichael
2017-02-23 16:01:27 -03:00
Pietro Menna
5d29600341
Docker Volume Drivers
...
This commit adds the functionality to use Docker Volume Drivers.
2017-02-23 14:36:32 -03:00
Alex Dadgar
abd06938e5
Deprecation notice
2017-01-23 11:32:51 -08:00
Alex Dadgar
3c610ec864
Remove SSL
2017-01-23 11:32:51 -08:00
Cameron Davison
e2a09752b5
add force_pull to docker driver
2017-01-10 16:54:01 -06:00
Alex Dadgar
e420d17bfb
Small cleanups
2016-12-19 14:22:08 -08:00
Alex Dadgar
feb6f53a53
Merge pull request #1980 from dmexe/network-aliases
...
Add network_aliases for docker driver
2016-12-19 14:17:48 -08:00
Phil Porada
6bd61125ed
Removed useless word
2016-12-16 16:57:58 -05:00
Dmitry Galinsky
49416ebf4c
Add network_aliases for docker driver
2016-11-16 11:16:07 +03:00
Alex Dadgar
e246167dc5
Changes the relative path from joining against the alloc dir to the
...
task's directory.
This PR changes the behavior when given a relative host path when
mounting docker containers. Prior to this, the behavior was to mount by
joining against the alloc/ directory. This PR changes it to be against
the task/ directory.
2016-11-10 14:47:54 -08:00
Michael Schurter
9750b8c8f7
Add userns_mode docker config option
...
Fixes #1904
2016-11-04 16:53:56 -07:00
Seth Vargo
c86a07d834
Separate agent configuration into its own pages
...
I apologize in advance for the rather long PR, but unfortunately there
is not an easy way to break this up into smaller chunks. This separates
the agent configuration into smaller, more consumable pieces just like
the job specification.
2016-11-02 18:30:00 -04:00
Seth Vargo
e537c54557
Revamp job specification documentation to be more modular and composable
2016-10-27 22:18:06 -04:00
Alex Dadgar
a186f7a26d
Merge pull request #1806 from hashicorp/f-docker4mac-fixes
...
A couple fixes to make Docker For Mac work
2016-10-27 09:29:40 -07:00
Michael Schurter
e07e19ce63
Document relative vs absolute volume paths
2016-10-25 09:46:49 -07:00
Michael Schurter
89a1b60c1b
Enable rkt and docker volume mounting by default
2016-10-25 09:46:49 -07:00
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
Evan Phoenix
5f2b96736a
Add caveat about Docker For Mac in the docs
2016-10-12 17:07:21 -07:00