Commit Graph

112 Commits

Author SHA1 Message Date
Seth Vargo 4c7520c79f Merge pull request #338 from charlieok/patch-3
resources use -> resource use
2015-10-25 13:16:35 -04:00
Seth Vargo ffb8e7a17f Merge pull request #336 from charlieok/patch-1
diver -> driver
2015-10-25 13:15:38 -04:00
Charlie O'Keefe 4b796002b8 resources use -> resource use 2015-10-25 11:15:14 -06:00
Charlie O'Keefe 6b7b568219 systems -> system's 2015-10-25 11:10:37 -06:00
Charlie O'Keefe 3f28e609fb diver -> driver 2015-10-25 11:06:28 -06:00
Charlie O'Keefe 20b1274653 will be ran -> will be run 2015-10-25 11:00:08 -06:00
Alex Dadgar 0ef5ee51f6 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
Clint Shryock 9d0005e87e driver/qemu: Update docs, we use SHA256 not MD5 2015-10-19 14:14:41 -05:00
Alex Dadgar 8582b4d7f9 Merge pull request #299 from charlieok/patch-2
suggested clarification on automatic port mapping
2015-10-19 10:53:04 -07:00
Charlie O'Keefe f360e9e9eb Update docker.html.md 2015-10-17 15:56:05 -06:00
Charlie O'Keefe 2e08ff67bd depending how how -> depending on how 2015-10-17 14:55:55 -06:00
Charlie O'Keefe 225f93f067 suggested clarification on automatic port mapping 2015-10-17 11:54:17 -06:00
Alex Dadgar fd77180d64 Merge pull request #291 from hashicorp/d-rkt-volume-mounts-blocked
Document that Rkt doesn't support task directory mounting
2015-10-16 17:07:53 -07:00
Abhishek Chanda 603526c341 Add docs for jvm_options 2015-10-16 12:44:43 -07:00
Alex Dadgar f185701d6d Rkt driver clears task environment variables 2015-10-15 18:19:13 -07:00
Alex Dadgar 9c7c88176a Rename from bug to issue 2015-10-15 17:56:36 -07:00
Alex Dadgar fe9c0f46bf Document that Rkt doesn't support task directory mounting 2015-10-15 17:55:26 -07:00
Alex Dadgar 75d158e3d5 Documentation 2015-10-15 17:28:25 -07:00
Alex Dadgar 1b52202482 Merge pull request #267 from achanda/docs
Some docs update
2015-10-13 14:45:36 -07:00
Abhishek Chanda 0af5f1390f Clarify that container is an invalid option 2015-10-13 13:31:56 -07:00
Alex Dadgar 3c7bbc6fd7 Update driver config names for consistency and make the trust_prefix optional 2015-10-12 14:37:56 -07:00
Alex Dadgar cd3135c874 Separate args from exec command; inject environment variables and general cleanup of Rkt driver 2015-10-12 14:33:18 -07:00
Abhishek Chanda e109057b66 Do not say the bool is set to true
This will be harmonized across all drivers soon
2015-10-12 13:40:31 -07:00
Alex Dadgar a4035050e8 Change Docker/Rkt to set driver to 1 not true for consistency 2015-10-12 13:15:37 -07:00
Abhishek Chanda 61215971b0 Fix formatting for qemu driver version 2015-10-11 12:55:23 -07:00
Abhishek Chanda f9bebb2f2e Add details to docker driver docs
- The driver sets a bool to `true`
- Clarify behavior when `network_mode` is `container`
2015-10-11 12:53:34 -07:00
Alex Dadgar 540007c1a3 Merge pull request #237 from hashicorp/f-raw-exec-driver
A raw fork/exec driver that provides no isolation.
2015-10-09 11:30:12 -07:00
Alex Dadgar db0ba9688d Better parsing of raw_exec option and updated docs 2015-10-09 11:29:59 -07:00
Chris Bednarski 0d6c75eefb Merge pull request #225 from hashicorp/b-docker-port
Change docker default port to support windows and boot2docker
2015-10-08 23:50:11 -07:00
Alex Dadgar f209a07d10 Documentation 2015-10-08 12:19:39 -07:00
Alex Dadgar 751a17ef0c Actually add the files 2015-10-08 12:19:39 -07:00
Chris Bednarski 85098bb797 Added documentation for DOCKER_HOST and docker.endpoint; also filled in docs for docker.cleanup 2015-10-08 00:08:54 -07:00
Abhishek Chanda 0e185b6eaf Add an optional exec parameter to task config
This overrides the default exec command in the ACI
2015-10-07 15:15:36 -07:00
Abhishek Chanda ab6d756dfe Remove a stray comment 2015-10-06 15:56:39 -07:00
Abhishek Chanda f3cc677527 Fix network mode
net is not a valid network mode
2015-10-02 16:11:38 -07:00
Abhishek Chanda 0cb649bd5f Enable setting networking mode for docker
This patch enables setting networking mode for the docker
driver. This does not handle the `container` mode.
Closes #175
2015-10-01 18:52:41 -07:00
Dave York b1720ea5b2 fixes a typo in the docs 2015-09-29 17:00:48 -04:00
Chris Bednarski 7021ac3ce8 Add docker 'command' to docs; cleanup some comments 2015-09-25 23:28:23 -07:00
Chris Bednarski a8c8fc2f96 Merge branch 'master' into b-docker-fixes
Conflicts:
	client/driver/docker_test.go
	client/driver/java_test.go
	client/driver/qemu_test.go
2015-09-25 18:35:23 -07:00
Chris Bednarski 32d260281f Added guards to tests so we can more gracefully degrade the test suite when thing are not installed 2015-09-25 16:49:26 -07:00
Armon Dadgar 5bc26c3f9d Merge pull request #101 from hashicorp/f-qemu-network-update
driver/qemu: Use Restricted Ports, additional port forwarding
2015-09-25 16:36:46 -07:00
Chris Bednarski ac9b7e7a31 Added group add command for docker to the docker docs 2015-09-25 11:29:38 -07:00
Chris Bednarski ee00969c1c Merge pull request #113 from hashicorp/docs-docker
Added docker docs; updated isolation notes for QEMU
2015-09-24 23:41:01 -07:00
Chris Bednarski ac0f07cd20 Add note on configuring the agent; fix some typos 2015-09-24 23:40:30 -07:00
Chris Bednarski e4686e1872 Lowercase some cases of docker 2015-09-24 19:35:52 -07:00
Chris Bednarski 1aaef18d0a Added docker docs; updated isolation notes for QEMU 2015-09-24 19:33:06 -07:00
Clint Shryock bdfb035cf5 misc cleanups 2015-09-24 16:37:32 -05:00
Clint Shryock 0ac8fa4a23 update docs on port matching for Qemu 2015-09-24 14:36:03 -05:00
Armon Dadgar 3bdae950c5 Merge pull request #97 from hashicorp/f-qemu-driver-docs
Basic Qemu docs
2015-09-23 14:37:56 -07:00
Clint Shryock e2c1bfe19c Basic Qemu docs 2015-09-23 14:44:49 -05:00
Clint Shryock 0db8ce12d4 Update Java docs on how Java is detected 2015-09-23 14:16:43 -05:00
Clint Shryock b93518b509 start the Qemu docs 2015-09-23 13:58:42 -05:00
Clint Shryock 69dff9f608 some Java driver docs 2015-09-23 11:44:17 -05:00
Clint Shryock a330cdc80e Merge branch 'master' into f-java-driver-docs
* master: (115 commits)
  Ignore common files
  demo/vagrant: Adding files for getting started
  website: adding clustering to getting started
  scheduler: job anti-affinity score should record as negative
  scheduler: do not skip job anti-affinity
  client: reset response struct to avoid decode errors
  client: create dir, handle not exist more gracefully
  website: starting cluster section
  website: skip HTTP in intro
  command/init: tweak constraint
  website: typo fixes
  command/run: update synopsis
  command/run: update help output
  website: update 'run' docs
  website: getting started
  command/init: fixing inconsistencies
  command/node-status: removing extra formating input
  command/init: reworking behavior and default file
  website: getting started
  website: getting started
  ...
2015-09-23 10:55:43 -05:00
Alex Dadgar 925edfa46d Update website documentation on the fork/exec driver + Vagrantfile fixes 2015-09-22 18:31:13 -07:00
Clint Shryock e195f29cde start java docs 2015-09-21 14:20:51 -05:00
Armon Dadgar 22779cf323 website: improve cross linking 2015-09-20 15:51:49 -07:00
Armon Dadgar a3c7def68f website: document exec driver 2015-09-20 15:42:33 -07:00
Armon Dadgar 0b3d488d81 website: skeleton drivers 2015-09-20 15:31:33 -07:00
Seth Vargo 7703edb86c Update website to remove a lot of copy-paste with Vault + improve images 2015-09-20 16:37:22 -04:00
Armon Dadgar 201cfc4be1 website: adding drivers section 2015-09-19 12:18:08 -07:00
Armon Dadgar 5cd47f54d7 website: cleanup dead docs 2015-09-19 12:14:13 -07:00