Commit Graph

105 Commits

Author SHA1 Message Date
Alex Dadgar
9c6fcdc1d7 Documentation 2016-01-11 11:12:09 -08:00
Bastiaan Bakker
15ec75fb0d add documentation for ipc_mode and uts_mode 2016-01-10 22:19:33 +01:00
Bastiaan Bakker
bf4217e4e8 Add options ipc_mode, pid_mode and uts_mode to docker driver.
May only be used if priviliged mode is enabled in driver config.
2016-01-08 23:34:49 +01:00
Alex Dadgar
72fb88b001 Update rkt docs 2015-12-22 10:37:45 -08:00
Abhishek Chanda
83f4f6845c Update some rkt docs 2015-12-23 00:05:25 +05:30
jorge.marey
dc2c9fc58b Fix dns_search_domains option in the documentation. 2015-12-15 22:22:58 +01:00
Charlie Drage
e09f7160ca Update rkt docs for > v.0.10.0 of rkt 2015-11-26 18:10:12 -05:00
Matt Button
5276af2dd6 Fix syntax error in raw_exec config documentation
Keys need to be surrounded by quotes if they contain periods
2015-11-21 20:18:16 +00:00
Chris Bednarski
2563480ddf Added docker.tls config file options and docs 2015-11-20 15:47:03 -08:00
Carlos Diaz-Padron
66ff111b78 Fix small typo in Docker auth docs 2015-11-19 23:11:08 -08:00
Diptanu Choudhury
2d8f1df6be Fixed the docs related to port map and networking 2015-11-18 21:03:50 -08:00
Chris Bednarski
9539c30174 Fix some typos 2015-11-18 17:49:20 -08:00
Chris Bednarski
1c642188d5 Reformat 2015-11-18 16:45:39 -08:00
Chris Bednarski
caacd88793 Merge branch 'master' into docs-networking 2015-11-18 16:40:20 -08:00
Chris Bednarski
1dfc320eee Added notes about container name and UDP/TCP 2015-11-18 16:39:02 -08:00
Chris Bednarski
d231a9381e Updated docker docs with information about port_map and auth options 2015-11-18 16:30:37 -08:00
Alex Dadgar
7357979089 Revert "Revert "Make drivers take arguments as a list and not as a string"" 2015-11-18 15:16:42 -08:00
Alex Dadgar
d666f5bde1 Revert "Make drivers take arguments as a list and not as a string" 2015-11-18 13:46:43 -08:00
Alex Dadgar
62a0c5d14c Rebase 2015-11-18 12:30:35 -08:00
Alex Dadgar
b7e84bc124 Docs 2015-11-18 12:29:04 -08:00
Chris Bednarski
20b42864be Merge branch 'master' into f-docker-dns-config 2015-11-18 10:31:06 -08:00
Carlos Diaz-Padron
270631a006 Nest Docker driver auth under object 2015-11-18 01:37:42 -08:00
Carlos Diaz-Padron
fba3c573f1 De-nest docker registry auth and reformat related doc 2015-11-17 23:32:57 -08:00
Chris Bednarski
aa264dcb23 Updated docs to indicate you should use a list 2015-11-17 22:05:56 -08:00
Alex Dadgar
68bb7eba8e Fix docker config option name in docs 2015-11-17 21:30:15 -08:00
Alex Dadgar
091899d000 Update qemu docs 2015-11-17 21:19:45 -08:00
Chris Bednarski
c0244d0fbf Reformat post-merge 2015-11-17 17:23:16 -08:00
Chris Bednarski
588e5f7df4 Merge branch 'master' into f-docker-any-network 2015-11-17 17:22:13 -08:00
Chris Bednarski
532bbec0f3 Updated docs for networking_mode and also reformat the file 2015-11-17 17:20:28 -08:00
Chris Bednarski
57a47eca73 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
e82698fc61 Update rkt docs to denote its experimental status 2015-11-17 15:39:38 -08:00
Antonio Fernández
e42f0831f8 updating website: docker driver configuration 2015-11-17 14:14:35 +01:00
Carlos Diaz-Padron
c4ab2fa296 Add note to Docker hostname to explain hostname duplication 2015-11-16 23:14:28 -08:00
Carlos Diaz-Padron
c5304c3e6a Add hostname parameter to Docker driver 2015-11-16 22:44:44 -08:00
Alex Dadgar
325de0ec35 Docker privileged checks if host enabled it 2015-11-06 10:38:54 -08:00
Alex Dadgar
638f78e48c 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
b8b8fe504c 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
467777e6fe 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
0521562d9c 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
add12a6a00 refactor drivers to use new getter 2015-11-05 08:55:30 -06:00
Alex Dadgar
fc5b418e7e Update website 2015-11-03 12:57:39 -08:00
Clint
eccc117b78 Merge pull request #288 from hashicorp/f-go-getter
Drivers: Use go-getter for artifact retrieval, add artifact support to Exec, Raw Exec drivers
2015-10-26 10:00:29 -05:00
Clint Shryock
1e07daa680 drivers: Add/Use go-getter to fetch remote binaries
Updates Qemu, Java drivers to use go-getter to fetch binaries
Adds remote artifact support for Exec, Raw Exec drivers
2015-10-26 09:40:06 -05:00
Seth Vargo
d8c2ddf128 Merge pull request #338 from charlieok/patch-3
resources use -> resource use
2015-10-25 13:16:35 -04:00
Seth Vargo
bbb6c03fd7 Merge pull request #336 from charlieok/patch-1
diver -> driver
2015-10-25 13:15:38 -04:00
Charlie O'Keefe
7879282490 resources use -> resource use 2015-10-25 11:15:14 -06:00
Charlie O'Keefe
70858f6daa systems -> system's 2015-10-25 11:10:37 -06:00
Charlie O'Keefe
6506078ce9 diver -> driver 2015-10-25 11:06:28 -06:00
Charlie O'Keefe
6f8d128e14 will be ran -> will be run 2015-10-25 11:00:08 -06:00
Alex Dadgar
2374157fd0 Merge pull request #307 from hashicorp/qemu-checkup-doc-update
driver/qemu: Update docs, we use SHA256 not MD5
2015-10-19 13:35:15 -07:00