e483efc219
update go-md2man to v1.0.5
...
Due to the issue of go-md2man, a numbered list in `man docker login` was not rendered correctly.
a8f937e113
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp >
2017-06-02 00:07:47 +00:00
beb09f42d6
Fix error for env variables example in docker reference - 2
...
The reason why the issue occurs is because sh parses the first argument after -c as the whole script to execute.
Everything after isn't executed as one might expect.
When working on the 'fix' I found out the same fix is also done in commit 2af7c5cfe24b4c8e931f751979b5e69e20ba77e2, except only for one occurrence.
Signed-off-by: Serhat Gülçiçek <serhat+signoff@equil.nl >
2017-06-02 00:07:47 +00:00
be6f353670
Removing some url links that can be resolved using src markdown links
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2017-06-02 00:07:46 +00:00
d2f61188f1
For the lulz! (evalulate -> evaluate)
...
Signed-off-by: orkaa <orkica@gmail.com >
2017-06-02 00:07:46 +00:00
154a1c1206
Add zsh completion for 'load' and 'save' image events
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:46 +00:00
6e1e11e0e3
Add zsh completion for 'docker {create,run,network connect} --link-local-ip'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:46 +00:00
1216831bc6
Add zsh completion for 'docker run --storage-opt size='
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:46 +00:00
993d8f6dd4
Re-Add zsh completion for '-c' alias to '--cpu-shares'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:46 +00:00
95342189ab
Add zsh completion for 'docker daemon --storage-driver (overlay2|vfs)'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:46 +00:00
43e6c9864b
Man page fix: Mention supported drivers for --storage-opt size option in docker create/run
...
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com >
2017-06-02 00:07:46 +00:00
6440bac134
bash completion for -c alias to --cpu-shares
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:46 +00:00
6f3d828938
bash completion for docker daemon --storage-opt btrfs.min_space
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:46 +00:00
789cd4c65f
bash completion for docker {run,create} --storage-opt
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:46 +00:00
1ffefe059f
bash completion for load and save image events
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:46 +00:00
884c0bab27
bash completion for docker daemon --storage-driver olverlay2
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:46 +00:00
ef5f8ec503
bash completion for docker {run,create,network connect} --link-local-ip
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:46 +00:00
5846f66bf2
Add zsh completion for 'docker daemon --live-restore'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:46 +00:00
32054251c7
Added daemon.json Windows example
...
Signed-off-by: Neil Peterson <neilpeterson@outlook.com >
2017-06-02 00:07:46 +00:00
94b45e398f
PR 19367 doc change: Mention supported drivers for --storage-opt size option in docker create/run.
...
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com >
2017-06-02 00:07:45 +00:00
87591ae9b7
update docker swarm cli
...
Signed-off-by: Charles Smith <charles.smith@docker.com >
2017-06-02 00:07:45 +00:00
ab24ffa000
fix bash completion for docker {swarm,node} subcommands
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:45 +00:00
53e1898a90
correct sort order in new bash completions
...
The completion for the new `docker service`, `docker swarm` and
`docker node` command families were partly added in non-alphabetical
order.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:45 +00:00
ec3864b028
Add bash completion for docker service scale
...
Signed-off-by: Mike Goelzer <mike.goelzer@docker.com >
Conflicts:
contrib/completion/bash/docker
2017-06-02 00:07:45 +00:00
b6bfe363f8
Add the advisory=rc metadata
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2017-06-02 00:07:45 +00:00
7b22dbd02a
remove "RC" warning from Markdown files
...
A site-wide banner is going to be used, so we don't need this warning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:45 +00:00
e80065ae37
Fix markdown formatting for experimental
...
- don't indent code-blocks that use fences
- fixed some formatting
- wrapped long lines to 80-chars
- removed stray empty lines
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:45 +00:00
2f835a732d
bring dab into title and intro
...
Signed-off-by: Michael Friis <friism@gmail.com >
2017-06-02 00:07:45 +00:00
635ab02ea6
expand stack doc
...
Signed-off-by: Michael Friis <friism@gmail.com >
2017-06-02 00:07:45 +00:00
55f5fd6902
Add release tag reference links in deprecated.md
...
This fix adds a couple of missed release tag reference links in deprecated.md
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
2017-06-02 00:07:45 +00:00
def6847e11
Update help output to match Docker 1.11.
...
* Also touch up headings.
Signed-off-by: Charles Chan <charleswhchan@users.noreply.github.com >
2017-06-02 00:07:45 +00:00
603002a3ec
fix bash completion for docker service subcommands
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:45 +00:00
03c9762fba
Add initial "service" docs
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:45 +00:00
903d9013a3
fix #23017 , add zsh completion for dockerd
...
Signed-off-by: Ke Xu <leonhartx.k@gmail.com >
2017-06-02 00:07:45 +00:00
6cc83d80e0
bash completion for docker swarm update --cert-expiry
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:44 +00:00
a816f63e57
update output for node commands, minor edits
...
Signed-off-by: Charles Smith <charles.smith@docker.com >
2017-06-02 00:07:44 +00:00
308888a8c6
Add cert-expiry to swarm update
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2017-06-02 00:07:44 +00:00
541dcf39ad
Update docker info output example
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:44 +00:00
bfbf538f68
docs: move "advisory" to general metadata
...
the advisory option should not be
below "menu"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:44 +00:00
7766083eb8
Change SCALE to REPLICAS.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
2017-06-02 00:07:44 +00:00
4d7ce3559f
Update experimental/README.md
...
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp >
2017-06-02 00:07:44 +00:00
96150d3faa
Make --dispatcher-heartbeat-period a duration
...
Make `--dispatcher-heartbeat-period` a duration in `docker swarm
update`, allowing to express the value as "5s", "1h", etc.
Signed-off-by: Arnaud Porterie (icecrime) <arnaud.porterie@docker.com >
2017-06-02 00:07:44 +00:00
49023a1c5f
Add experimental documentation for stacks
...
Signed-off-by: Arnaud Porterie (icecrime) <arnaud.porterie@docker.com >
2017-06-02 00:07:44 +00:00
d8fee0b06e
no more 'docker node reject' in docs
...
Signed-off-by: Victor Vieux <vieux@docker.com >
2017-06-02 00:07:44 +00:00
6c1739b80d
docker plugin commandline reference
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:44 +00:00
ec66559999
Update bash completion for Docker 1.12 CLI commands
...
Signed-off-by: Mike Goelzer <mike.goelzer@docker.com >
2017-06-02 00:07:44 +00:00
987e5e6d8a
Allow user to specify container's link-local addresses
...
Signed-off-by: Alessandro Boch <aboch@docker.com >
2017-06-02 00:07:44 +00:00
5a9cc4cea8
Add bash completion support for --runtime and --add-runtime
...
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com >
2017-06-02 00:07:44 +00:00
48ae78b9b7
Add missing completion for --config-file
...
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com >
2017-06-02 00:07:44 +00:00
090cf185cd
Add support for multiples runtimes
...
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com >
2017-06-02 00:07:44 +00:00
d3b7a2779e
surfacing Learn by example topics to top level of Docker Engine docs
...
fixing links after moving surfacing tutorials
fixing more links for the newly located tutorials
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com >
2017-06-02 00:07:43 +00:00