Steve Durrheimer and Tibor Vass
88664b18b9
Zsh completion : all --<option>= flag values may be given in the next argument
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:13 +00:00
Steve Durrheimer and Tibor Vass
1040139182
Add zsh completion for 'docker import -m --message'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:13 +00:00
Steve Durrheimer and Tibor Vass
570a5f17bf
Deprecate 'docker run -c' option in zsh completion
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:13 +00:00
Steve Durrheimer and Tibor Vass
dbf572a81d
Add zsh completion for 'unless-stopped' restart policy
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:13 +00:00
Steve Durrheimer and Tibor Vass
96af7e18b9
Add zsh completion for 'docker build --build-arg'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:13 +00:00
Steve Durrheimer and Tibor Vass
b6b1fc6a34
Remove '-n -l --latest' options from 'docker network ls' in zsh completion
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:13 +00:00
Steve Durrheimer and Tibor Vass
d6ac5c6556
Add zsh completion for '--ipam-driver --subnet --ip-range --gateway --aux-address' for 'docker network create'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:13 +00:00
Madhu Venugopal and Tibor Vass
3a779b2995
Added network to docker --help and help cleanup
...
Fixes https://github.com/docker/docker/issues/16909
Signed-off-by: Madhu Venugopal <madhu@docker.com >
2017-06-02 00:07:13 +00:00
Victor Vieux and Tibor Vass
dd1d35285b
use Server Version
...
Signed-off-by: Victor Vieux <vieux@docker.com >
2017-06-02 00:07:13 +00:00
Sally O'Malley and Tibor Vass
445552696c
add clarity to -p option
...
Signed-off-by: Sally O'Malley <somalley@redhat.com >
2017-06-02 00:07:13 +00:00
Jian Zhang and Tibor Vass
c897310c29
Improve the way we deliver Examples in command line. (Add descriptive titles)
...
Signed-off-by: Jian Zhang <zhangjian.fnst@cn.fujitsu.com >
2017-06-02 00:07:13 +00:00
Harald Albers and Tibor Vass
3a89624209
Add bash completion for docker inspect --size
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:12 +00:00
Zhang Kun and Tibor Vass
de3e44577a
add size to inspect
...
Signed-off-by: Zhang Kun <zkazure@gmail.com >
2017-06-02 00:07:12 +00:00
Mike Brown and Tibor Vass
d83594a46d
updating docs for EXPOSE option on run command; fixes #16634
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com >
2017-06-02 00:07:12 +00:00
Harald Albers and Tibor Vass
966ebe7b62
Bash completion for docker network
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:12 +00:00
Harald Albers and Tibor Vass
26294f39f2
Refactor bash completion: pull out subcommand parsing
...
`docker network` is the second command with subcommands.
This refactoring pulls out parsing and processing of subcommands
from `docker volume` completion and thus makes its logic available
for other commands.
Also enables `__docker_pos_first_nonflag` for subcommand completion.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:12 +00:00
Sally O'Malley and Tibor Vass
f7a88ba8a8
various man page typos
...
Signed-off-by: Sally O'Malley <somalley@redhat.com >
2017-06-02 00:07:12 +00:00
Kun Zhang and Tibor Vass
eb960e4eb7
volume create error on conflict option
...
Signed-off-by: Kun Zhang <zkazure@gmail.com >
2017-06-02 00:07:12 +00:00
Mihuleacc Sergiu and Tibor Vass
2af4a1ef4b
Add CMD and EXPOSE instruction example
...
Signed-off-by: Mihuleacc Sergiu <mihuleac.sergiu@gmail.com >
2017-06-02 00:07:12 +00:00
Daniel Hiltgen and Tibor Vass
f10d93f394
Document updates for cluster-store-opt
...
This updates the docs for the daemon based on the new cluster-store-opt
for TLS support.
Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com >
2017-06-02 00:07:12 +00:00
Viktor Stanchev and Tibor Vass
dd91c424fa
fix fish completion; wrong image names bug; close #16672
...
Signed-off-by: Viktor Stanchev <me@viktorstanchev.com >
2017-06-02 00:07:12 +00:00
Steve Durrheimer and Tibor Vass
cbc9cbde21
Add zsh completion for 'docker network'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:12 +00:00
Sven Dowideit and Tibor Vass
0095e6fc23
Default the tcp port to 2376 if tls is on, and 2375 if not
...
Refactor so that the Host flag validation doesn't destroy the user's input,
and then post process the flags when we know the TLS options
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2017-06-02 00:07:12 +00:00
Mary Anthony and Tibor Vass
e641a0f363
Enabled GitHub Flavored Markdown
...
GitHub flavored markdown is now supported for links and images. Also, ran LinkChecker and FileResolver. Yay!
Fixes from Spider check
Output for docker/docker now goes into engine directory
Signed-off-by: Mary Anthony <mary@docker.com >
2017-06-02 00:07:12 +00:00
Phil Estes and Tibor Vass
1adb722255
Add user namespace enable flag --userns-remap in experimental build
...
This adds the capability to turn on user namespace support when using an
experimental build Docker daemon binary using the `--userns-remap` flag.
Also documentation is added to the experimental docs.
Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com > (github: estesp)
2017-06-02 00:07:12 +00:00
Steve Durrheimer and Tibor Vass
64c577bdd8
Add zsh completion for '--cluster-store-opt'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:12 +00:00
Sally O'Malley and Tibor Vass
40ec99e60a
add clarity/fix typos man/docker-build
...
add needed clarity for
1) using STDIN to pass build context
2) --cpu-shares flag use
also a few typos
Signed-off-by: Sally O'Malley <somalley@redhat.com >
2017-06-02 00:07:12 +00:00
Harald Albers and Tibor Vass
4fcea52287
Add bash completion for --cluster-store-opt
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:12 +00:00
Mike Brown and Tibor Vass
b5a037443d
man update for docker run with host volumes
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com >
cleaning up docker run -v documentation for man and web reference guide
Signed-off-by: Mike Brown <brownwm@us.ibm.com >
2017-06-02 00:07:11 +00:00
Luca Marturana and Tibor Vass
f8a62fd1c5
Sync with remote API
...
Signed-off-by: Luca Marturana <lucamarturana@gmail.com >
Sync also container events
Signed-off-by: Luca Marturana <lucamarturana@gmail.com >
Sync also man page
Signed-off-by: Luca Marturana <lucamarturana@gmail.com >
2017-06-02 00:07:11 +00:00
Yuan Sun and Tibor Vass
92512fdf32
Add description for "--cpu-shares=0".
...
Signed-off-by: Yuan Sun <sunyuan3@huawei.com >
2017-06-02 00:07:11 +00:00
Daniel Hiltgen and Tibor Vass
323fb21864
Add TLS support for discovery backend
...
This leverages recent additions to libkv enabling client
authentication via TLS so the discovery back-end can be locked
down with mutual TLS. Example usage:
docker daemon [other args] \
--cluster-advertise 192.168.122.168:2376 \
--cluster-store etcd://192.168.122.168:2379 \
--cluster-store-opt kv.cacertfile=/path/to/ca.pem \
--cluster-store-opt kv.certfile=/path/to/cert.pem \
--cluster-store-opt kv.keyfile=/path/to/key.pem
Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com >
2017-06-02 00:07:11 +00:00
Brian Goff and Tibor Vass
7beb4061e1
Create extpoint for graphdrivers
...
Allows people to create out-of-process graphdrivers that can be used
with Docker.
Extensions must be started before Docker otherwise Docker will fail to
start.
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2017-06-02 00:07:11 +00:00
Deng Guangxing and Tibor Vass
b923d8af3e
update dockernetwork.md and network api
...
Signed-off-by: Deng Guangxing <dengguangxing@huawei.com >
2017-06-02 00:07:11 +00:00
Mary Anthony and Tibor Vass
d45666f869
Fixing issues in command ordering. Adding index.md
...
Adjust bullets
Entering Seb's comments
Signed-off-by: Mary Anthony <mary@docker.com >
2017-06-02 00:07:11 +00:00
Grant Reaber and Tibor Vass
42fe72228d
clarify dockerignore semantics
...
Signed-off-by: Grant Reaber <grant.reaber@gmail.com >
2017-06-02 00:07:11 +00:00
Aidan Hobson Sayers and Tibor Vass
d86cfdfb84
Mention more realistic examples are available
...
Signed-off-by: Aidan Hobson Sayers <aidanhs@cantab.net >
2017-06-02 00:07:11 +00:00
Aidan Hobson Sayers and Tibor Vass
090ad2bb8a
Don't put dockerfiles in one continuous code block
...
Signed-off-by: Aidan Hobson Sayers <aidanhs@cantab.net >
2017-06-02 00:07:11 +00:00
Madhu Venugopal and Tibor Vass
da80c0929a
Networking API and UX documentation
...
More doc updates will follow
Signed-off-by: Madhu Venugopal <madhu@docker.com >
2017-06-02 00:07:11 +00:00
Jessica Frazelle and Tibor Vass
0afb6cc862
change flag name to better follow the other flags that start with disable;
...
Signed-off-by: Jessica Frazelle <acidburn@docker.com >
2017-06-02 00:07:11 +00:00
Vivek Goyal and Tibor Vass
fba8aeb14b
devmapper: Provide option to enabled deferred device deletion
...
Provide a command line option dm.use_deferred_deletion to enable deferred
device deletion feature. By default feature will be turned off.
Not sure if there is much value in deferred deletion being turned on
without deferred removal being turned on. So for now, this feature can
be enabled only if deferred removal is on.
Signed-off-by: Vivek Goyal <vgoyal@redhat.com >
2017-06-02 00:07:11 +00:00
Vincent Demeester and Tibor Vass
2a36a93d04
Update documentation on the revert on env validation
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-06-02 00:07:11 +00:00
Steve Durrheimer and Tibor Vass
53089d74fe
Add zsh completion for 'docker daemon --no-legacy-registry'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:11 +00:00
Antonio Murdaca and Tibor Vass
cbd33a2b27
Fix man and commandline docs
...
- missing help option in `docs/reference/commandline/*.md` (some files
have it, the other I fixed didn't)
- missing `[OPTIONS]` in Usage description
- missing options
- formatting
- start/stop idempotence
Signed-off-by: Antonio Murdaca <amurdaca@redhat.com >
2017-06-02 00:07:11 +00:00
Harald Albers and Tibor Vass
1b1a0a0835
Add bash completion for --no-legacy-registry
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:10 +00:00
Daniel Nephin and Tibor Vass
f361ebdea6
Documentation for filtering events by label
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
2017-06-02 00:07:10 +00:00
Sally O'Malley and Tibor Vass
a15bc5d01a
typo man/search
...
Signed-off-by: Sally O'Malley <somalley@redhat.com >
2017-06-02 00:07:10 +00:00
Steve Durrheimer and Tibor Vass
88ef8f31aa
Add zsh completion for --cluster-store and --cluster-advertise options for docker daemon
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:10 +00:00
Harald Albers and Tibor Vass
3fce5e1084
bash completion for docker daemon --cluster-*
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:10 +00:00
Richard Scothern and Tibor Vass
2f288fe894
Command line, manpage and deprecation documentation.
...
Signed-off-by: Richard Scothern <richard.scothern@gmail.com >
2017-06-02 00:07:10 +00:00