Sebastiaan van Stijn
e21a14517a
Merge pull request #23665 from albers/fix-completion-service
...
fix bash completion for `docker service` subcommands
Upstream-commit: 2989e7b2a0f55b4c8ec4c21118a172295f1b03b7
Component: engine
2016-06-17 17:54:49 -07:00
Antonio Murdaca
095a6d0749
Merge pull request #23664 from leonhartX/i23017
...
fix #23017 , add zsh completion for dockerd
Upstream-commit: e72b7ee425d9be8c1ac64580596db69912025513
Component: engine
2016-06-17 19:44:43 +02:00
Harald Albers
c653aa3775
fix bash completion for docker service subcommands
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 42f3b1f4adeb251e15ea0ca0af2a1e98cb9a7145
Component: engine
2016-06-17 09:49:46 +02:00
Ke Xu
3a6f26e8f3
fix #23017 , add zsh completion for dockerd
...
Signed-off-by: Ke Xu <leonhartx.k@gmail.com >
Upstream-commit: bd1fc1e5c26b954fb35f7adda46d764d80a1a570
Component: engine
2016-06-17 16:16:13 +09:00
Harald Albers
6b5e5294c2
bash completion for docker swarm update --cert-expiry
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: dc2fc75d4260767937d98ea81c51fdea148162b2
Component: engine
2016-06-17 08:49:06 +02:00
Michael Crosby
55c05646ce
Set systemd KillMode
...
Change the kill mode to process so that systemd does not kill container
processes when the daemon is shutdown but only the docker daemon
Signed-off-by: Michael Crosby <crosbymichael@gmail.com >
Upstream-commit: db435f526ac5703276ad1add28188c0c8c6e4c2a
Component: engine
2016-06-16 11:46:04 -07:00
Arnaud Porterie (icecrime)
0b871ed824
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 >
Upstream-commit: e6e1fd5d0657c3ab5b15c2984403e4a4e62ca2bb
Component: engine
2016-06-14 18:10:49 -07:00
Mike Goelzer
c6289ff5b6
Update bash completion for Docker 1.12 CLI commands
...
Signed-off-by: Mike Goelzer <mike.goelzer@docker.com >
Upstream-commit: 35e2970b984971465b107aec1e6f2e9c274183f4
Component: engine
2016-06-14 12:57:40 -07:00
Kenfe-Mickael Laventure
c95e7259f3
Add bash completion support for --runtime and --add-runtime
...
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com >
Upstream-commit: 6e9bf4d3167c19bed0b8136d38bc1fe9146a45e5
Component: engine
2016-06-14 07:47:31 -07:00
Kenfe-Mickael Laventure
e23f5a9f28
Add missing completion for --config-file
...
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com >
Upstream-commit: 1a6ed50e1f295714f6e514ec2c6127717b281216
Component: engine
2016-06-14 07:47:31 -07:00
Lei Jitang
d6f84e3953
Merge pull request #23506 from albers/completion-daemon---live-restore
...
bash completion for `docker daemon --live-restore`
Upstream-commit: 74873f192ad0b0cdced4a3fcc2170e5d69aabbb5
Component: engine
2016-06-14 17:24:00 +08:00
Harald Albers
da7d2c47f4
bash completion for docker daemon --live-restore
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 73882e8f833f3b141c309d543cfe9e84efc00e62
Component: engine
2016-06-14 09:14:25 +02:00
Dmitry Smirnov
f975e2aa92
Fix syntax errors in bash-completion ( Closes : #23483 )
...
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org >
Upstream-commit: 546594eaaa47e367cef17a3acae2854fba125efe
Component: engine
2016-06-13 19:12:31 +10:00
Brian Goff
df899a58be
Merge pull request #22152 from flixr/armhf-ubuntu-trusty-deb
...
build armhf deb for ubuntu-trusty
Upstream-commit: aaef5297bfb2a410bdaea2bf6a4fa17951796daf
Component: engine
2016-06-12 16:27:54 -04:00
Steve Durrheimer
e720f00dbd
Add zsh completion for 'docker run' healthcheck options
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 734260886c9281f98c109e78b8f28a7d4d8fec78
Component: engine
2016-06-12 13:00:05 +02:00
Vincent Demeester
fef383557c
Merge pull request #23456 from sdurrheimer/zsh-completion-ps-filter-network
...
Add zsh completion for 'docker ps --filter=network'
Upstream-commit: a29376dfd0be8157c2251ee2317648a29a5057b9
Component: engine
2016-06-11 18:52:48 +02:00
Sebastiaan van Stijn
2ba62d3f58
Merge pull request #23455 from sdurrheimer/zsh-completion-events-filter-values
...
Add zsh completion for 'docker events --filter' values
Upstream-commit: b133737cb765d7b70874d9b4d6d6d0ab0328ea26
Component: engine
2016-06-11 18:29:17 +02:00
Steve Durrheimer
419dbccd3a
Add zsh completion for 'docker events --filter' values
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: b5498a8b0b6d836b42381bbdd272670ad3219bd2
Component: engine
2016-06-11 17:02:26 +02:00
Steve Durrheimer
3a227e412a
Add zsh completion for 'docker ps --filter=network'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 60c435e7d0f79f530606dd49440fbdef6d83edd2
Component: engine
2016-06-11 16:53:26 +02:00
Steve Durrheimer
68b8d0d9c0
Add zsh completion for 'docker {create,run} --pid' values
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 654aaa055e3bc56048996f46e4e4b6d0afe42dac
Component: engine
2016-06-11 15:30:27 +02:00
Felix Ruess
68a32ad8b7
build armhf deb for ubuntu-trusty
...
Signed-off-by: Felix Ruess <felix.ruess@roboception.de >
Upstream-commit: a229e1f4b74a038b604c4d60772db74d4dae3130
Component: engine
2016-06-09 14:06:19 +02:00
Harald Albers
0429c63978
bash completion for docker ps --filter network
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 337eaab5d1bf024dc3299e6b70a575623886e063
Component: engine
2016-06-07 12:44:17 -07:00
Vincent Demeester
4be970b656
Merge pull request #23299 from albers/completion-dockerd-path
...
fix bash completion for dockerd invoked with path
Upstream-commit: 4b2b5214a46563caedab0c30314fe2c0e8849516
Component: engine
2016-06-06 13:40:15 +02:00
Sebastiaan van Stijn
3928864f0e
Merge pull request #23295 from sdurrheimer/zsh-completion-search-limit
...
Add zsh completion for 'docker search --limit'
Upstream-commit: ab0c683f5db26a16c91687ac8798129ca0840b30
Component: engine
2016-06-06 11:46:57 +02:00
Harald Albers
82bf916d89
fix bash completion for dockerd with path
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: e8c67e8d8d8d4570d78e21eae02451f27a372f83
Component: engine
2016-06-06 10:01:15 +02:00
Vincent Demeester
a515195bc2
Merge pull request #23098 from capkurmagati/23097-fix-zsh-completion-docker-rm-f
...
fixes #23097 zsh completion on `docker rm -f`
Upstream-commit: 3ac1787b7e60f0ee3d09f4fd1cd95b416dfe4ac0
Component: engine
2016-06-06 09:20:16 +02:00
Steve Durrheimer
2d5dd957d0
Add zsh completion for 'docker search --limit'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 41f2183f8afe6c1ee8cf650a33bfb8ac0fb5f255
Component: engine
2016-06-06 09:05:22 +02:00
Brian Goff
b4d6cb3999
Merge pull request #23272 from thaJeztah/update-syntax
...
Update Dockerfile highlight/syntax definitions
Upstream-commit: 282067e83aef3164cd7a26df7c3169924bdc3f10
Component: engine
2016-06-05 15:38:16 -04:00
Sebastiaan van Stijn
363b704890
Update Dockerfile highlight definitions
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 4cb71f80823af345d063cf0ad657e73ce9caa75f
Component: engine
2016-06-05 17:45:21 +02:00
Harald Albers
79a999e4d7
bash completion for detach events
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 9c9cbd2c0fbaef9afe740cf9b2acab0768d0fa99
Component: engine
2016-06-05 08:41:58 -07:00
Vincent Demeester
10f297b70b
Merge pull request #23239 from albers/completion-run-healthcheck
...
bash completion for `docker run` healthcheck options
Upstream-commit: 5429f4ef6166a593fc9d2e6dd4f689d4ff94b2b7
Component: engine
2016-06-03 18:17:15 +02:00
Harald Albers
2eea0b819d
bash completion for docker run healthcheck options
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: f738e6a732aac706ceeb5d6d02ac61d7f780e1fd
Component: engine
2016-06-03 17:04:04 +02:00
Harald Albers
8bc106635e
bash completion for docker search --limit
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 4b5ccd73426bcaedd69ae9f740cfaf6250276ffa
Component: engine
2016-06-03 16:32:37 +02:00
Sebastiaan van Stijn
293f9965b9
Merge pull request #22806 from errordeveloper/master
...
Remove MountFlags in systemd unit to allow shared mount propagation
Upstream-commit: 791f98290e0e88c76cb916d6e1d211467f36e230
Component: engine
2016-06-02 20:04:08 +02:00
Brian Goff
f88c951e19
Merge pull request #22867 from justincormack/checklimits
...
Begin a section in the check-config script to check limits
Upstream-commit: 273ab8591e5aaca6767c1a5ce4b66ed53897a51e
Component: engine
2016-06-01 20:42:54 -04:00
Vincent Demeester
357ff8123d
Merge pull request #23085 from icecrime/gitdm.config
...
Add gitdm configuration
Upstream-commit: 09be7d9ee4533c0b60c0c2b70d0cde41a86e5049
Component: engine
2016-06-01 18:12:59 +02:00
Tianyi Wang
577227ceed
Fix zsh completion
...
- List all containers on `docker rm -f`
Signed-off-by: Tianyi Wang <capkurmagati@gmail.com >
Upstream-commit: 2d4bced30c88fe528f1b697805fb1b198bdc33b6
Component: engine
2016-05-30 18:58:36 +09:00
Harald Albers
9ca60cdcf4
bash completion for dockerd
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 5f1c5b28a719d63005ce5e2190348bdfbce629c3
Component: engine
2016-05-29 07:09:05 -07:00
Arnaud Porterie
e49e05c1a7
Add gitdm configuration
...
Update .mailmap and add gitdm configuration.
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
Upstream-commit: bf6d52bba16072d0c0f85782a5907acad4067789
Component: engine
2016-05-28 21:08:20 -07:00
Stefan Scherer
1ca96c8cd2
Update golang 1.6.2
...
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com >
Upstream-commit: d59458c12d76d732e0ab564ea0e769323af6d3d6
Component: engine
2016-05-27 23:00:05 +02:00
Stefan Scherer
0aa032d270
Build deb for raspbian-jessie
...
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com >
Upstream-commit: 46c61497a056042397fed7db65059feb68d28e16
Component: engine
2016-05-27 22:54:50 +02:00
Alexander Morozov
9b06540d32
Merge pull request #22840 from runcom/go1.6
...
Upgrade to golang 1.6.2
Upstream-commit: 9b0d385975c80359b4cab2c75e4834fe803e12d5
Component: engine
2016-05-27 06:54:57 -07:00
Vincent Demeester
9fc37c22c9
Add before and since filter to images
...
Add support for two now filter on the `images` command : `before` and
`since`. They work the same as the one on the `ps` command but for
images.
$ docker images --filter before=myimage
# display all images older than myimage
$ docker images --filter since=myimage
# display all images younger than myimage
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
Upstream-commit: 750e16f57c0121aa8cdad1763f0bb6e54b8c6d75
Component: engine
2016-05-25 13:49:10 +02:00
Stefan Scherer
dd2618f69b
Update golang 1.6.2 for ARM
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
Upstream-commit: f32ccb080ac382a386cbe33ed1d11048474206c5
Component: engine
2016-05-25 11:58:48 +02:00
Antonio Murdaca
7fe655caac
Upgrade to golang 1.6.2
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
Upstream-commit: 40b21745cc14628fc5336fbacddf092667a70c65
Component: engine
2016-05-25 11:58:48 +02:00
Harald Albers
0de35f39e7
bash completion for docker ps -f {before,since}
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: c49d3274067055dc830d97f1490a84aa73e403e6
Component: engine
2016-05-25 09:35:33 +02:00
Harald Albers
2e9725c51d
bash completion for daemon events
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: cc6a1b8bb3849f2ead3f89fc18a573034e1386f1
Component: engine
2016-05-24 17:19:03 +02:00
Ilya Dmitrichenko
9f585ffb3f
Remove MountFlags in systemd unit to allow shared mount propagation
...
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com >
Upstream-commit: 2aee081cad72352f8b0c37ba0414ebc925b022e8
Component: engine
2016-05-24 12:51:31 +01:00
Steve Durrheimer
d84ac3cf8d
Add zsh completion for 'docker images' filters
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 11da243273908719c5ab755c6765a9561693ba30
Component: engine
2016-05-22 13:01:08 +02:00
Justin Cormack
7d544d02fb
Begin a section in the check-config script to check limits
...
Initially this checks the kernel's maxkeys setting which is
low in some older distribution kernels, such that only 200 containers
can be created, reported in #22865 .
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
Upstream-commit: 4e2d98761dc092d232451f5f45c7667a35afa945
Component: engine
2016-05-20 16:05:25 -07:00