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
b9997ebdee
bash completion for docker daemon --live-restore
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:43 +00:00
d965f30a15
Fix syntax errors in bash-completion ( Closes : #23483 )
...
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org >
2017-06-02 00:07:43 +00:00
593ee1e29d
CLI docs
...
Signed-off-by: Amit Shukla <amit.shukla@docker.com >
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2017-06-02 00:07:43 +00:00
bfe4e46682
Add --live-restore flag
...
This flags enables full support of daemonless containers in docker. It
ensures that docker does not stop containers on shutdown or restore and
properly reconnects to the container when restarted.
This is not the default because of backwards compat but should be the
desired outcome for people running containers in prod.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com >
2017-06-02 00:07:43 +00:00
e7fa3c6279
Add documentation for using overlay2
...
Add mention in dockerd command line and storage driver selection documentation.
Signed-off-by: Derek McGowan <derek@mcgstyle.net > (github: dmcgowan)
2017-06-02 00:07:43 +00:00
0a0bb19a33
Added example for using image digest in the docker run command
...
Signed-off-by: Shoubhik Bose <sbose78@gmail.com >
Added explanation for the example with image's digest ( as per @thaJeztah 's comment
Signed-off-by: Shoubhik Bose <sbose78@gmail.com >
Wrapped to ~80 chars
Signed-off-by: Shoubhik Bose <sbose78@gmail.com >
2017-06-02 00:07:43 +00:00
a68bdf0073
Note about mountpoint being optional
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2017-06-02 00:07:43 +00:00
716caef299
Add zsh completion for 'docker run' healthcheck options
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:43 +00:00
a443697846
Add link to Docker Hub.
...
* To make it consistent with similar references in other parts of document.
Signed-off-by: Charles Chan <charleswhchan@users.noreply.github.com >
2017-06-02 00:07:43 +00:00
26fdf31cf8
typo in builder.md: its => it's
...
Signed-off-by: Kevin Burke <kev@inburke.com >
2017-06-02 00:07:43 +00:00
f348cdda97
Add zsh completion for 'docker ps --filter=network'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:43 +00:00
a2fbaa24cb
Add zsh completion for 'docker events --filter' values
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:43 +00:00
27f2b96b70
Add zsh completion for 'docker {create,run} --pid' values
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:43 +00:00
02eead1a96
docs: Add Azure File Storage Volume Driver plugin
...
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com >
2017-06-02 00:07:43 +00:00
26e3227441
re-doing Docker Engine overview topics for v.1.12
...
fixed broken links created from Engine Overview update by adding missing topic to daemon reference page and updating the hrefs in the api pages
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com >
2017-06-02 00:07:42 +00:00
2d10f52d01
Fixing man page link
...
Signed-off-by: Andrew Po <absourd.noise@gmail.com >
2017-06-02 00:07:42 +00:00
427f525b79
docs/extend/plugins.md: add docker-volume-ploop
...
Added docker-volume-ploop driver to the list of available volume plugins.
Signed-off-by: Kir Kolyshkin <kir@openvz.org >
2017-06-02 00:07:42 +00:00
478055c89c
Update docker-load documentation
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-06-02 00:07:42 +00:00
bb0afa7381
network docs cleanup
...
This fixes some Markup and formatting
issues in the network documentation;
- wrap text to 80 chars
- add missing language hints for code examples
- add missing line continuations (\)
- update USAGE output for Cobra
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:42 +00:00
a15b94e1bc
bash completion for docker ps --filter network
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:42 +00:00
44cc95141e
add support for filtering by network ID
...
This adds support for filtering by network ID, to be
consistent with other filter options.
Note that only *full* matches are returned; this is
consistent with other filters (e.g. volume), that
also return full matches only.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:42 +00:00
eef6bd0b23
Adding network filter to docker ps command
...
Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com >
2017-06-02 00:07:42 +00:00
aa8edfdb77
man: mv config-json.5 to docker-config-json.5
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-06-02 00:07:42 +00:00
2c4b446f79
Deprecate /containers/(id or name)/copy endpoint
...
This endpoint has been deprecated since 1.8. Return an error starting
from this API version (1.24) in order to make sure it's not used for the
next API version and so that we can remove it some times later.
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-06-02 00:07:42 +00:00
7a63e88e36
Fix a couple of typos in the docs of docker attach
...
This fix fixed a couple of typos in the docs of `docker attach`:
docs/reference/commandline/attach.md
man/docker-attach.1.md
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
2017-06-02 00:07:42 +00:00
83e27e1f93
fix bash completion for dockerd with path
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:42 +00:00
d04810fa14
docs: correct network create command
...
Signed-off-by: Shijiang Wei <mountkin@gmail.com >
2017-06-02 00:07:42 +00:00