Harald Albers
76b7581484
Add bash completion for docker service ps --all
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: fc7c7b1358
Component: cli
2017-06-02 00:10:38 +00:00
Steve Durrheimer
1a05c79390
Add zsh completion for 'docker service {create --port, update --port-{add,rm}}'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 4b3dd70b54
Component: cli
2017-06-02 00:10:38 +00:00
Steve Durrheimer
1cc3e47b3d
Add zsh completion for 'docker image build --cache-from'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: fd70b3c283
Component: cli
2017-06-02 00:10:38 +00:00
Harald Albers
501f6061eb
Add bash completion for docker build --cache-from
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 7c22a4d86c
Component: cli
2017-06-02 00:10:38 +00:00
Harald Albers
a3738ca83f
Fix bash completion for docker ps --filter is-task
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 5890dd64eb
Component: cli
2017-06-02 00:10:37 +00:00
Harald Albers
5116256089
Add bash completion for docker daemon --seccomp-profile
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 7fd207836d
Component: cli
2017-06-02 00:10:37 +00:00
Vincent Demeester
53560b46da
Add reference filter and deprecated filter param…
...
… for `docker images`.
This deprecates the `filter` param for the `/images` endpoint and make a
new filter called `reference` to replace it. It does change the CLI
side (still possible to do `docker images busybox:musl`) but changes the
cli code to use the filter instead (so that `docker images --filter
busybox:musl` and `docker images busybox:musl` act the same).
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
Upstream-commit: e17ee80404
Component: cli
2017-06-02 00:10:37 +00:00
Akihiro Suda
a7e49d8d7b
Update docs/deprecated.md for 1.13
...
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp >
Upstream-commit: b70107a951
Component: cli
2017-06-02 00:10:37 +00:00
yuexiao-wang
3d516f9c2e
Add --with-registry-auth for stack deploy
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
Upstream-commit: 13fe886540
Component: cli
2017-06-02 00:10:37 +00:00
yuexiao-wang
e121aaca83
Remove redundant parameter and fix typos
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
Upstream-commit: 0b24403d99
Component: cli
2017-06-02 00:10:37 +00:00
Victor Vieux
914e0a35ac
move plugins out of experimental
...
Signed-off-by: Victor Vieux <vieux@docker.com >
Upstream-commit: 410d4ce7ae
Component: cli
2017-06-02 00:10:37 +00:00
Yong Tang
aacf361c84
Add flag --host to service create and --host-add/--host-rm to service update
...
This fix tries to address 27902 by adding a flag `--host`
to `docker service create` and `--host-add/--host-rm` to
`docker service update`, so that it is possible to
specify extra `host:ip` settings in `/etc/hosts`.
This fix adds `Hosts` in swarmkit's `ContainerSpec` so that it
is possible to specify extra hosts during service creation.
Related docs has been updated.
An integration test has been added.
This fix fixes 27902.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
Upstream-commit: 9cda7c331e
Component: cli
2017-06-02 00:10:37 +00:00
Andrea Luzzardi
292484cb57
service logs reference documentation
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com >
Upstream-commit: 2d85970a8c
Component: cli
2017-06-02 00:10:37 +00:00
Aaron Lehmann
547c076109
cli: Change autolock flag description
...
This change incorporates feedback from @thaJeztah in the PR that added
the autolock flag. It changes the descriptions to be different for
"swarm init" and "swarm update" so that the boolean nature so that the
purpose of the flag in both contexts is clearer.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com >
Upstream-commit: 0e93a16289
Component: cli
2017-06-02 00:10:37 +00:00
allencloud
4bade530ac
change node ls and service ls api and docs
...
Signed-off-by: allencloud <allen.sun@daocloud.io >
Upstream-commit: c6ea37860f
Component: cli
2017-06-02 00:10:37 +00:00
Victor Vieux
5116612e8a
update swagger and docs
...
Signed-off-by: Victor Vieux <vieux@docker.com >
Upstream-commit: 8342baa829
Component: cli
2017-06-02 00:10:37 +00:00
Steve Durrheimer
0480a7a148
Add zsh completion for 'docker {node rm,swarm leave} -f'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 63545ecf95
Component: cli
2017-06-02 00:10:37 +00:00
Steve Durrheimer
be3bff6967
Add zsh completion for 'docker daemon --seccomp-profile'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 071348d392
Component: cli
2017-06-02 00:10:37 +00:00
Steve Durrheimer
1a5e1fa61d
Add zsh completion for 'docker service {create,update} --tty'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: e3f47c4a55
Component: cli
2017-06-02 00:10:37 +00:00
Steve Durrheimer
1a51c21e82
Add zsh completion for 'docker service create --hostname'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 6073e433cd
Component: cli
2017-06-02 00:10:37 +00:00
Steve Durrheimer
37a618fa53
Add zsh completion for 'docker {run,create} --cpus'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 09cb462754
Component: cli
2017-06-02 00:10:37 +00:00
Steve Durrheimer
707a0677d1
Add zsh completion for new prune commands
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: f2e2ba5d43
Component: cli
2017-06-02 00:10:36 +00:00
Steve Durrheimer
42b0828b16
Add zsh completion for 'docker system' subcommands
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 9af599ffc5
Component: cli
2017-06-02 00:10:36 +00:00
Victor Vieux
2b025b2eb9
rename plugin manifest
...
Signed-off-by: Victor Vieux <vieux@docker.com >
Upstream-commit: fdfcbe778a
Component: cli
2017-06-02 00:10:36 +00:00
Yong Tang
890a070951
Add --dns-option to docker run and hide --dns-opt
...
This fix is a follow up to #27567 based on:
https://github.com/docker/docker/pull/27567#issuecomment-259295055
In #27567 , `--dns-options` has been added to `service create/update`,
together with `--dns` and `--dns-search`. The `--dns-opt` was used
in `docker run`.
This fix add `--dns-option` (not `--dns-options`) to `docker run/create`, and hide
`--dns-opt`. It is still possible to use `--dns-opt` with
`docker run/create`, though it will not show up in help output.
This fix change `--dns-options`to --dns-option` for `docker service create`
and `docker service update`.
This fix also updates the docs and bash/zsh completion scripts.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
Upstream-commit: ebacbb50ae
Component: cli
2017-06-02 00:10:36 +00:00
erxian
9cadd92dfa
update network ls docs to add SCOPE
...
Signed-off-by: erxian <evelynhsu21@gmail.com >
Upstream-commit: bf622eddc1
Component: cli
2017-06-02 00:10:36 +00:00
Akihiro Suda
0b30168718
opts/mount: add tmpfs-specific options
...
added following options:
* tmpfs-size
* tmpfs-mode
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp >
Upstream-commit: ad1fe309ec
Component: cli
2017-06-02 00:10:36 +00:00
Anusha Ragunathan
94a025b367
Add plugin create functionality.
...
Signed-off-by: Anusha Ragunathan <anusha@docker.com >
Upstream-commit: c55cadb8ce
Component: cli
2017-06-02 00:10:36 +00:00
Aaron Lehmann
1ce351cb56
Document autolock/unlock/unlock-key
...
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com >
Upstream-commit: d9b0fa75c1
Component: cli
2017-06-02 00:10:36 +00:00
Santhosh Manohar
c29abad86f
Show peer nodes in network inspect for swarm overlay networks
...
Signed-off-by: Santhosh Manohar <santhosh@docker.com >
Upstream-commit: 44cf733827
Component: cli
2017-06-02 00:10:36 +00:00
Harald Albers
58a839ab9c
Add bash completion for docker {node rm,swarm leave} -f
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: e64c21b045
Component: cli
2017-06-02 00:10:36 +00:00
Evan Hazlett
cf013fa7bb
support labels for secrets upon creation; review updates
...
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com >
Upstream-commit: 6231e4899c
Component: cli
2017-06-02 00:10:36 +00:00
Evan Hazlett
d328fe3c72
secrets: support simple syntax --secret foo
...
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com >
Upstream-commit: a5875e1a56
Component: cli
2017-06-02 00:10:36 +00:00
Evan Hazlett
f1e73fbc24
secrets: use explicit format when using secrets
...
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com >
Upstream-commit: 32a96e4fa4
Component: cli
2017-06-02 00:10:36 +00:00
Evan Hazlett
a5adcda0d8
doc review updates
...
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com >
Upstream-commit: f0026b6e12
Component: cli
2017-06-02 00:10:36 +00:00
Evan Hazlett
3dcc71e152
docs: update cli reference for secret usage
...
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com >
docs: minor update to service create usage
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com >
Upstream-commit: 2161bbf176
Component: cli
2017-06-02 00:10:36 +00:00
allencloud
dc89d7cac6
add short flag for force
...
Signed-off-by: allencloud <allen.sun@daocloud.io >
Upstream-commit: 9c9e10b0ca
Component: cli
2017-06-02 00:10:36 +00:00
Yong Tang
dc9be3e076
Remove -ptr from the help output of service create
...
This fix is based on the comment:
https://github.com/docker/docker/pull/28147#discussion_r86996347
Previously the output string of the `DurationOpt` is `duration-ptr`
and `Uint64Opt` is `uint64-ptr`. While it is clear to developers,
for a normal user `-ptr` might not be very informative.
On the other hand, the default value of `DurationOpt` and `Uint64Opt`
has already been quite informative: `none`. That means if no flag
provided, the value will be treated as none.
(like a ptr with nil as the default)
For that reason this fix removes the `-ptr`.
Also, the output in the docs of `service create` has been quite
out-of-sync with the true output. So this fix updates the docs
to have the most up-to-date help output of `service create --help`.
This fix is related to #28147 .
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
Upstream-commit: ac4b6e3505
Component: cli
2017-06-02 00:10:36 +00:00
Ben Firshman
6578b20782
Deprecate API calls without a version
...
See #21157 for more details.
In a future version of Docker, providing a version to API calls
will be mandatory. An implementation of this is in #27801 .
Signed-off-by: Ben Firshman <ben@firshman.co.uk >
Upstream-commit: fc50bad3c2
Component: cli
2017-06-02 00:10:35 +00:00
Steve Durrheimer
5889dbe02c
Cleanup after moving all zsh completion logics for the new image command
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: cd0ef2a337
Component: cli
2017-06-02 00:10:35 +00:00
Steve Durrheimer
ac2f7aaada
Move zsh completion logic to new subcommand: tag
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: e3711a11f2
Component: cli
2017-06-02 00:10:35 +00:00
Steve Durrheimer
88eb1278b1
Move zsh completion logic to new subcommand: save
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: a3e4ac1d2f
Component: cli
2017-06-02 00:10:35 +00:00
Steve Durrheimer
54c083f642
Move zsh completion logic to new subcommand: rm
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: f812608ff4
Component: cli
2017-06-02 00:10:35 +00:00
Steve Durrheimer
40b0478089
Move zsh completion logic to new subcommand: push
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 82dfd60819
Component: cli
2017-06-02 00:10:35 +00:00
Steve Durrheimer
d748664847
Move zsh completion logic to new subcommand: pull
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: e3d224e520
Component: cli
2017-06-02 00:10:35 +00:00
Steve Durrheimer
218491349e
Move zsh completion logic to new subcommand: ls
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 47364fcb71
Component: cli
2017-06-02 00:10:35 +00:00
Steve Durrheimer
85ecb9d40c
Move zsh completion logic to new subcommand: load
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: e21d331b1e
Component: cli
2017-06-02 00:10:35 +00:00
Steve Durrheimer
4d6fb4330b
Add zsh completion logic to new subcommand: inspect
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 8fa658335b
Component: cli
2017-06-02 00:10:35 +00:00
Steve Durrheimer
3ddf6bee0b
Move zsh completion logic to new subcommand: import
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: f8829f20b4
Component: cli
2017-06-02 00:10:35 +00:00
Steve Durrheimer
aac306431a
Move zsh completion logic to new subcommand: history
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 4d4d5b199e
Component: cli
2017-06-02 00:10:35 +00:00