Commit Graph

257 Commits

Author SHA1 Message Date
Chris Bednarski 4f32d41810 Fix formatting issue that made most of the page a pre-formatted block 2015-11-18 14:22:42 -08:00
Chris Bednarski 2bf8bc4e2e Fix errant spaces in frontmatter 2015-11-18 14:11:23 -08:00
Alex Dadgar 0e51375285 Revert "Make drivers take arguments as a list and not as a string" 2015-11-18 13:46:43 -08:00
Alex Dadgar 7141b11c16 Merge pull request #452 from hashicorp/f-arg-list
Make drivers take arguments as a list and not as a string
2015-11-18 13:45:03 -08:00
Diptanu Choudhury edf98993b1 Merge pull request #451 from hashicorp/f-consul-docs
Added the consul docs
2015-11-18 13:36:30 -08:00
Diptanu Choudhury 5762f0ea01 Merge branch 'f-consul-docs' of github.com:hashicorp/nomad into f-consul-docs 2015-11-18 13:35:49 -08:00
Diptanu Choudhury 3aa7a6865d Fixed the sidebar-current 2015-11-18 13:35:16 -08:00
Diptanu Choudhury 455842f282 Removed blank lines 2015-11-18 13:22:43 -08:00
Chris Bednarski 71405b9d38 Reformat 2015-11-18 13:20:23 -08:00
Diptanu Choudhury 8c5900031d changed the intro 2015-11-18 13:15:47 -08:00
Alex Dadgar 5a678548fa Rebase 2015-11-18 12:30:35 -08:00
Alex Dadgar 28c2934e29 Docs 2015-11-18 12:29:04 -08:00
Diptanu Choudhury 6b86965e60 More grammer fixes 2015-11-18 12:24:25 -08:00
Diptanu Choudhury a3f00b8aa3 Added more explanation to name 2015-11-18 12:22:48 -08:00
Diptanu Choudhury 5ba7861180 Fixed more typos and changed some sentences 2015-11-18 12:19:20 -08:00
Diptanu Choudhury 5836f653e3 Fixed some typo 2015-11-18 12:16:03 -08:00
Diptanu Choudhury 464d5c5597 Added the consul docs 2015-11-18 12:14:28 -08:00
Chris Bednarski b9fcdc400a Merge branch 'master' into f-docker-dns-config 2015-11-18 10:31:06 -08:00
Chris Bednarski 822552e980 Merge pull request #445 from carlosdp/fix-docker-auth
De-nest docker registry auth and reformat related doc
2015-11-18 10:23:17 -08:00
Carlos Diaz-Padron 4a6c3d773d Nest Docker driver auth under object 2015-11-18 01:37:42 -08:00
Carlos Diaz-Padron de6c06d332 De-nest docker registry auth and reformat related doc 2015-11-17 23:32:57 -08:00
Alex Dadgar b6796a600a Add page describing scheduler types 2015-11-17 22:35:58 -08:00
Chris Bednarski 03ba7f4616 Updated docs to indicate you should use a list 2015-11-17 22:05:56 -08:00
Alex Dadgar 105ff25764 Fix docker config option name in docs 2015-11-17 21:30:15 -08:00
Alex Dadgar 4d339c198b Update qemu docs 2015-11-17 21:19:45 -08:00
Alex Dadgar 49e7ded372 fix kernel/os attributes 2015-11-17 20:06:00 -08:00
Alex Dadgar f3283f2771 Update environment docs regarding ports 2015-11-17 19:36:05 -08:00
Alex Dadgar 45bb0d349c Update API docs 2015-11-17 19:12:19 -08:00
Alex Dadgar cf0630b41e Update jobspec to have restart policy and fix indents on distinctHost 2015-11-17 17:41:15 -08:00
Chris Bednarski e330107112 Reformat post-merge 2015-11-17 17:23:16 -08:00
Chris Bednarski 122220a424 Merge branch 'master' into f-docker-any-network 2015-11-17 17:22:13 -08:00
Chris Bednarski d94bd74bb5 Updated docs for networking_mode and also reformat the file 2015-11-17 17:20:28 -08:00
Chris Bednarski ffd3f114dd Merge branch 'docker-allow-to-add-labels' of https://github.com/fernandezvara/nomad into f-docker-labels 2015-11-17 16:02:42 -08:00
Alex Dadgar 74d95a0d2a Update rkt docs to denote its experimental status 2015-11-17 15:39:38 -08:00
Antonio Fernández 2521aea7d4 updating website: docker driver configuration 2015-11-17 14:14:35 +01:00
Carlos Diaz-Padron 3fabe47229 Add note to Docker hostname to explain hostname duplication 2015-11-16 23:14:28 -08:00
Carlos Diaz-Padron 77923255b4 Add hostname parameter to Docker driver 2015-11-16 22:44:44 -08:00
Alex Dadgar 907d3c2bb6 Add docs 2015-11-16 18:36:13 -08:00
Antonio Fernández 7f0aa44489 updating docs http node allocations 2015-11-12 19:06:14 +01:00
Alex Dadgar bb9f2aa66c Docker privileged checks if host enabled it 2015-11-06 10:38:54 -08:00
Alex Dadgar 149366b89e Merge pull request #390 from the-control-group/f-docker-driver-options
Expanded docker driver options
2015-11-06 10:32:54 -08:00
Shiem Edelbrock 1169bef912 Updated `priviliged` option, added client `priviliged` option
- Added error checking on priviliged mode.
- Added `docker.privileged.enabled` to client config/fingerprint
2015-11-05 16:40:20 -08:00
Shiem Edelbrock adb8d4c1f7 Merge branch 'master' of https://github.com/hashicorp/nomad into f-docker-driver-options
* 'master' of https://github.com/hashicorp/nomad: (59 commits)
  Move the executor and spawn package into driver
  Remove file watching
  Check if the PID is alive instead of heartbeating through modify time
  Update CHANGELOG.md
  nomad/watch: add a note about the Item struct
  go fmt this file
  Vet errors
  Search path
  Update website
  Make a basic executor that can be shared and fix some fingerprinting/tests
  Small improvements
  Use const value for AWS metadata URL
  Create Spawn pkg that handles IPC with the spawn-daemon and update exec_linux to use that
  Fixed the restart policy syntax
  Introducing vars to create default batch and service restart policies
  Fixed the tests
  Declaring Batch and Service default restart policies
  Fixing tests to not create a TG without restart policies
  This option only work -> This option only works
  leave -> leaving
  ...
2015-11-05 10:48:09 -08:00
Shiem Edelbrock c174f4819b Added task configuraton options for docker driver
- Added `priviliged` option to task config to allow containers to run in
 priviliged mode.
- Added `dns-servers` option to task config to allow containers to use
  custom DNS servers
- Added `search-domains` option to task config to allow containers to
  use custom dns search domains
- Added authentication options (under key namespace `auth.*`) to allow
  authentication on a task level for docker remote.
- Updated site docs to reflect changes
2015-11-05 10:47:41 -08:00
Clint Shryock 145a2e3610 refactor drivers to use new getter 2015-11-05 08:55:30 -06:00
Alex Dadgar f210fcd1a6 Merge pull request #380 from hashicorp/f-daemonize
Improve spawn-daemon and Nomad Client usage of it
2015-11-04 16:44:50 -08:00
Ryan Uber e651764755 Merge pull request #368 from hashicorp/b-docs
website: clean up HTTP docs, add blocking queries
2015-11-04 11:22:57 -08:00
Alex Dadgar ec2c9b6d52 Update website 2015-11-03 12:57:39 -08:00
Alex Dadgar e56bc21e95 Merge pull request #372 from charlieok/patch-1
Remove redundant 'all'
2015-11-02 10:31:34 -08:00
Alex Dadgar e2f8456916 Merge pull request #375 from charlieok/patch-3
leave -> leaving
2015-11-02 10:28:55 -08:00