Commit Graph

76 Commits

Author SHA1 Message Date
Alex Dadgar
a8cf9241f7 changelog 2016-08-05 10:47:44 -07:00
Mathias Lafeldt
1ad79f8a19 Docker driver: allow to configure working directory 2016-08-03 16:18:15 +02:00
Alex Dadgar
c2a43d5540 remove gating of ipc, user ns and pidmode based on hosts priviledge mode config 2016-08-02 16:02:34 -07:00
Kenjiro Nakayama
b6990e0c45 [docs] Write allocate ports example accurately in the doc of the docker driver 2016-07-20 20:55:42 +09:00
Mathias Lafeldt
e953d482b8 Fix indent of args block 2016-07-19 19:44:03 +02:00
Mathias Lafeldt
19b7658fbb Remove unrelated code snippet from docs 2016-07-19 19:39:22 +02:00
Mathias Lafeldt
0941dc1330 Fix typos in documentation 2016-07-18 16:24:30 +02:00
Diptanu Choudhury
c655ba140d Updated docs 2016-06-21 16:55:23 -07:00
Diptanu Choudhury
69adab51d9 Merge pull request #1285 from hashicorp/fix-selinux-options
Added a client options for setting selinux options
2016-06-16 22:45:24 +02:00
Diptanu Choudhury
4ecba7c7c2 Changed the client options for docker volume selinux labels 2016-06-16 21:41:02 +01:00
Alex Dadgar
bcb7fa1371 correct the dynamic port specification 2016-06-16 11:27:42 -07:00
Daniel Kerwin
98b227fecf Add support for shm_size to docker driver. Required update of go-dockerclient
to more recent version (ba4298ecf4cfa216f1cce2befbf653359f62c722).
2016-05-27 12:30:04 +02:00
Diptanu Choudhury
482b9c4d70 Added doc for the SSL key of the docker driver config 2016-04-22 13:23:22 -07:00
Alex Dadgar
6e609fc60e changelog + docker GC cleanup 2016-04-14 10:52:38 -07:00
Paul Hinze
401b04529e client/docker: add interactive option
Equivalent to `docker run --interactive` - keeps STDIN open.

Also adds docs for both `tty` and `interactive` docker config.
2016-04-08 12:51:07 -05:00
Diptanu Choudhury
8760643621 Making the load a list of strings and added website docs 2016-03-30 17:23:29 -07:00
Alex Dadgar
3a6d7738bc Clarify client options in drivers 2016-03-22 14:29:47 -07:00
Alex Dadgar
23de2f95a4 document artifact downloading 2016-03-16 09:56:04 -07:00
Matt
9d41bb0cfa Typo in docker.html.md
Fixing misspelling in docs.
2016-03-14 10:01:40 -04:00
Erik Evenson
bfbd4d6d88 updates docs 2016-02-27 12:10:36 -06:00
Stig Kleppe-Jørgensen
128cace623 Spelling: intepretable --> interpretable 2016-02-14 16:21:38 +01:00
Alex Dadgar
c242612a2f Merge pull request #775 from hashicorp/d-interpreted-vars
Documentation for interpreted variables
2016-02-11 08:40:31 -08:00
Alex Dadgar
3e24cd1910 interpreted variable docs 2016-02-06 15:35:07 -08:00
Diptanu Choudhury
c4fd236026 Updated the docker auth config 2016-02-06 05:47:56 -08:00
Diptanu Choudhury
1343e481f3 Reading dockercfg files for authenticating with private registries 2016-02-06 05:43:30 -08:00
Alex Dadgar
8b55fd6b70 Only interpret vars wrapped in braces 2016-02-04 17:26:46 -08:00
Ryan Slade
1a446fa952 Update docker.html.md
Add a missing quote.
2016-01-14 17:58:40 +02:00
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
jorge.marey
dc2c9fc58b Fix dns_search_domains option in the documentation. 2015-12-15 22:22:58 +01: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
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
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