Stephen J Day
aa2cc18745
pkg/archive: remove unnecessary Archive and Reader type
...
The `archive` package defines aliases for `io.ReadCloser` and
`io.Reader`. These don't seem to provide an benefit other than type
decoration. Per this change, several unnecessary type cases were
removed.
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2016-10-20 19:31:24 -07:00
Vincent Demeester
13fd75c3dd
Merge pull request #27470 from runcom/expose-exec-pid
...
record pid of exec'd process
2016-10-20 21:36:21 +02:00
Alexander Morozov
c18fbc9455
Merge pull request #22337 from allencloud/support-insecure-registry-config-reload
...
support insecure registry in configuration reload
2016-10-20 11:41:23 -07:00
Michael Crosby
ffa0446e8b
Merge pull request #27556 from LK4D4/unify_install
...
project: unify way of installing runc and containerd
2016-10-20 10:13:40 -07:00
Aaron Lehmann
a67a977305
Merge pull request #27516 from allencloud/change-remove-multi-nodes
...
make every node and plugin removal call api
2016-10-20 10:10:52 -07:00
Sebastiaan van Stijn
6698a66be7
Merge pull request #27327 from flixr/deb_armhf_ubuntu-trusty_buildtags
...
debian package: update buildtags for armhf ubuntu-trusty
2016-10-20 09:52:43 -07:00
Sebastiaan van Stijn
b7950e072b
Merge pull request #27569 from allencloud/change-created-description-api-change
...
change created description in api change
2016-10-20 09:18:45 -07:00
allencloud
c37d6bf2a0
change created description in api change
...
Signed-off-by: allencloud <allen.sun@daocloud.io>
2016-10-21 00:10:16 +08:00
Alexander Morozov
179479c6cd
project: unify way of installing runc and containerd
...
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2016-10-20 08:50:02 -07:00
Antonio Murdaca
1808348136
record pid of exec'd process
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-10-20 17:06:11 +02:00
Vincent Demeester
a4125e2265
Merge pull request #27514 from crosbymichael/update-init-oct18
...
Update docker-init to 74341e923bdf06cfb6b70cf54089
2016-10-20 16:58:26 +02:00
Vincent Demeester
f529f2a0d5
Merge pull request #27535 from YuPengZTE/dev
...
Fix the typo of URLs
2016-10-20 16:51:50 +02:00
Vincent Demeester
e174a4358d
Merge pull request #27465 from anusha-ragunathan/plugins_APIVer
...
Add plugin API version.
2016-10-20 16:48:26 +02:00
Vincent Demeester
78624ec81a
Merge pull request #26671 from yongtang/25545-docker-volume-inspect-volume-options
...
Show volume options for `docker volume inspect`
2016-10-20 16:10:23 +02:00
Yong Tang
9ce8aac55e
Show volume options for docker volume inspect
...
This fix tries to address the issue raised in 25545 where
volume options at the creation time is not showed up
in `docker volume inspect`.
This fix adds the field `Options` in `Volume` type and
persist the options in volume db so that `volume inspect`
could display the options.
This fix adds a couple of test cases to cover the changes.
This fix fixes 25545.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-10-20 05:14:27 -07:00
Antonio Murdaca
11d52b085c
Merge pull request #27558 from LK4D4/update_go
...
project: update Go to 1.7.3
2016-10-20 14:13:41 +02:00
Vincent Demeester
1b677816f5
Merge pull request #24594 from jwendell/24355
...
Exec: Add ability to set environment variables
2016-10-20 13:26:48 +02:00
Sebastiaan van Stijn
f6e9f71e70
Merge pull request #27451 from vincentbernat/fix/zsh-complete-empty
...
zsh: fix completion when docker output only has the header line
2016-10-19 23:34:16 -07:00
Sebastiaan van Stijn
adaea58b20
Merge pull request #27534 from yuexiao-wang/fix-link-image-repo
...
Update the link for sharing images via repositories
2016-10-19 20:37:22 -07:00
Sebastiaan van Stijn
5023d3aa7a
Merge pull request #27542 from albers/completion-comments
...
Improve comments in bash completion
2016-10-19 20:36:40 -07:00
allencloud
582803f00a
support insecure registry in configuration reload
...
Signed-off-by: allencloud <allen.sun@daocloud.io>
2016-10-20 07:54:31 +08:00
Alexander Morozov
7d8831c091
project: update Go to 1.7.3
...
List of milestone issues https://github.com/golang/go/issues?q=milestone%3AGo1.7.3
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2016-10-19 13:55:01 -07:00
yuexiao-wang
e1c849cc57
Update the link for sharing images via repositories
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2016-10-20 01:39:41 +08:00
Tõnis Tiigi
9f30c28d21
Merge pull request #26983 from aaronlehmann/logrus-wrapped-errors
...
Fix problems with wrapped errors in logrus
2016-10-19 10:16:01 -07:00
Kenfe-Mickaël Laventure
01736b9cbe
Merge pull request #27550 from albers/completion-daemon--shutdown-timeout
...
Add bash completion for `dockerd --shutdown-timeout`
2016-10-19 10:05:07 -07:00
Harald Albers
c24c1bd87f
Add bash completion for dockerd --shutdown-timeout
...
Signed-off-by: Harald Albers <github@albersweb.de>
2016-10-19 18:59:01 +02:00
Misty Stanley-Jones
2bf4a39161
Merge pull request #27438 from yuexiao-wang/update-volume
...
Update the link for understand data volumes
2016-10-19 09:56:05 -07:00
yuexiao-wang
b1c2d425e1
Update the link for understand data volumes
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2016-10-20 01:25:59 +08:00
Vincent Demeester
4a4f028c47
Merge pull request #23036 from yongtang/22471-daemon-shutdown-timeout-daemon
...
Add config parameter to change stop timeout during daemon shutdown
2016-10-19 18:47:50 +02:00
Jonh Wendell
e03bf1221e
Exec: Add ability to set environment variables
...
Keeping the current behavior for exec, i.e., inheriting
variables from main process. New variables will be added
to current ones. If there's already a variable with that
name it will be overwritten.
Example of usage: docker exec -it -e TERM=vt100 <container> top
Closes #24355 .
Signed-off-by: Jonh Wendell <jonh.wendell@redhat.com>
2016-10-19 12:39:25 -02:00
Vincent Demeester
15fb3fd9da
Merge pull request #26965 from Microsoft/jjh/rootpath
...
Windows: Set correct root path logic
2016-10-19 15:50:37 +02:00
Vincent Demeester
7a4d286ddd
Merge pull request #27387 from talex5/health-restart
...
Reset health status to starting when a container is restarted
2016-10-19 15:48:59 +02:00
Vincent Demeester
f279c11a77
Merge pull request #26130 from AkihiroSuda/networkcreationtime
...
add creation timestamp to `docker network inspect`
2016-10-19 15:48:29 +02:00
Harald Albers
b0987b799e
Improve comments in bash completion
...
Signed-off-by: Harald Albers <github@albersweb.de>
2016-10-19 15:35:56 +02:00
Vincent Demeester
ff43982fbb
Merge pull request #27316 from albers/completion-plugins
...
Align bash completion of plugins to completion of nodes and services
2016-10-19 12:17:12 +02:00
Vincent Demeester
d2ccc8007a
Merge pull request #26984 from thaJeztah/update-triage-process
...
[RFC] Update triage process with more labels
2016-10-19 12:12:50 +02:00
YuPengZTE
fa378413f8
Fix the typo of URLs
...
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-10-19 17:46:27 +08:00
Sebastiaan van Stijn
f11a588d75
Merge pull request #27501 from aaronlehmann/remove-resolveindex
...
registry: Remove unused method ResolveIndex
2016-10-19 00:30:55 -07:00
Sebastiaan van Stijn
e319954229
Merge pull request #27523 from lixiaobing10051267/masterInstall
...
Remove invalid installation content because there is no corresponding files
2016-10-18 23:51:28 -07:00
lixiaobing10051267
9146ac50c4
Remove invalid installtion content because there is no corresponding files
...
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
2016-10-19 15:12:55 +08:00
Akihiro Suda
b5bb7de5d2
add creation timestamp to docker network inspect
...
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2016-10-19 06:38:39 +00:00
Sebastiaan van Stijn
024b97bf0f
Merge pull request #27502 from dnephin/fix-dockerd-help-text
...
Update sfp13/pflag
2016-10-18 23:27:54 -07:00
Sebastiaan van Stijn
74f486cd71
Merge pull request #27520 from dmcgowan/fix-27384
...
Add limit to page size used by overlay2 driver
2016-10-18 23:11:17 -07:00
Sebastiaan van Stijn
194f04bbbe
Merge pull request #27267 from ezrasilvera/plugin_fix
...
Call the AuthZRes function also when the daemon returns error
2016-10-18 21:53:43 -07:00
Derek McGowan
520034e35b
Add limit to page size used by overlay2 driver
...
Go can falsely report a larger page size than supported,
causing overlay2 mount arguments to be truncated. When overlay2
detects the mount arguments have hit the page limit, it will
switch to using relative paths. If this limit is smaller than
the actual page size there is no behavioral problems, but if it
is larger mounts can fail for images with many layers.
Closes #27384
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2016-10-18 17:34:19 -07:00
Daniel Nephin
4e4da146ec
Update sfp13/pflag
...
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-10-18 17:17:22 -07:00
Aaron Lehmann
738131faae
Fix problems with wrapped errors in logrus
...
This vendors a fork of logrus with fixes to deal with errors generated
by the github.com/pkg/errors package. Without these fixes, the errors
are mishandled when passed to WithError:
- When printing to a terminal (colors enabled), stack traces are
included in the error fields on a log line.
- When printing to a file (or with colors disabled), the error value is
missing entirely.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-10-18 17:14:59 -07:00
allencloud
c6d57ca076
make every node and plugin removal call api
...
Signed-off-by: allencloud <allen.sun@daocloud.io>
2016-10-19 06:40:30 +08:00
Sebastiaan van Stijn
3b0660da30
Merge pull request #26421 from aaronlehmann/update-thresholds-rollbacks
...
Service update failure thresholds and rollback
2016-10-18 15:26:24 -07:00
Michael Crosby
3c3ba4cb66
Update docker-init to 74341e923bdf06cfb6b70cf54089
...
Fixes a bug with background processes after the child process exits.
diff:
74341e923b
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2016-10-18 14:45:43 -07:00