summaryrefslogtreecommitdiff
path: root/docs/reference/commandline/stack_deploy.md
Commit message (Collapse)AuthorAgeFilesLines
* Standardized formatting of CLI reference commandsMisty Stanley-Jones2017-04-031-4/+12
| | | | | | | | | | | | | Command name should be a H1 Only Description, Examples, and Related Commands should be H2 Changed 'Related information' heading to 'Related commands' since 99% it is only linking commands Added some examples where relevant Signed-off-by: Misty Stanley-Jones <misty@docker.com> (cherry picked from commit 52df69f00d966904ba230dc2e3a0646cc52b7688)
* Update reference document for secret and stackyuexiao-wang2017-01-031-1/+0
| | | | | | Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn> (cherry picked from commit 7bb31f3168aa022a20c37b0b1cb1942fd553717f) Signed-off-by: Victor Vieux <vieux@docker.com>
* stack_config.md not exist and delete itlixiaobing100512672016-12-131-1/+0
| | | | | | Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn> (cherry picked from commit afaff51a8b59630f880493679906acc3acc3005a) Signed-off-by: Victor Vieux <vieux@docker.com>
* Add a short flag for docker stack deployDaniel Nephin2016-11-281-1/+1
| | | | | | Signed-off-by: Daniel Nephin <dnephin@docker.com> (cherry picked from commit f1dd721b6978f1c24bb2761b88c83d9e385bd781) Signed-off-by: Victor Vieux <victorvieux@gmail.com>
* Move `docker stack` docs out of experimentalHarald Albers2016-11-231-2/+1
| | | | | | Signed-off-by: Harald Albers <github@albersweb.de> (cherry picked from commit bb96e18b19f78af38a9fe088b2873988ba9a47b4) Signed-off-by: Victor Vieux <victorvieux@gmail.com>
* Fix typo in docs (Copmose)Harald Albers2016-11-221-2/+2
| | | | | | Signed-off-by: Harald Albers <github@albersweb.de> (cherry picked from commit 2e120556872ee3ecd7f3b5cd4698e4195220c2ff) Signed-off-by: Victor Vieux <victorvieux@gmail.com>
* Update cli reference for docker {,stack} deployVincent Demeester2016-11-211-19/+53
| | | | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm> (cherry picked from commit 88cdfc512b0737f6dd9eb5ad207fb68f9acdf51e) Signed-off-by: Victor Vieux <victorvieux@gmail.com>
* Remove inexistent link and add related linksyuexiao-wang2016-11-151-2/+3
| | | | Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
* Add --with-registry-auth for stack deployyuexiao-wang2016-11-111-2/+3
| | | | Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
* support show numbers of global service in service ls commandallencloud2016-11-081-8/+7
| | | | Signed-off-by: allencloud <allen.sun@daocloud.io>
* fix frontmatter keywords value type (string, instead of []string) in ↵Gaetan de Villele2016-11-031-1/+1
| | | | | | /docs/reference Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
* Sync docker/docker refs with files mistakenly edited in docker.github.io repoMisty Stanley-Jones2016-10-201-0/+9
| | | | Signed-off-by: Misty Stanley-Jones <misty@docker.com>
* Convert Markdown frontmatter to YAMLMisty Stanley-Jones2016-10-141-10/+6
| | | | | | | Some frontmatter such as the weights, menu stuff, etc is no longer used 'draft=true' becomes 'published: false' Signed-off-by: Misty Stanley-Jones <misty@docker.com>
* add documentation for `docker stack ps`Alicia Lauerman2016-10-131-1/+1
| | | | | | also updates related stack docs and removes stack_tasks.md Signed-off-by: Alicia Lauerman <allydevour@me.com>
* add `docker stack ls`Akihiro Suda2016-09-221-0/+1
| | | | Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
* docs: add initial reference for "stack services"Sebastiaan van Stijn2016-07-201-0/+1
| | | | Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Rename --bundle to --fileSebastiaan van Stijn2016-07-201-1/+1
| | | | | | | | | | | | This renames the '--bundle' flag for docker (stack) deploy to be consistent with 'docker build'. Note that there's no shorthand '-f' added for now, because this may be confusing on 'docker stack config', which also takes a file, and for which we may want to have a '--format' flag in future. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Add documentation for stack commandsVincent Demeester2016-07-191-0/+59
Also removes the `-f` flags of bundle to follow the single-letter flags evaluation. Signed-off-by: Vincent Demeester <vincent@sbr.pm>