Tõnis Tiigi
f5ef498289
Merge pull request #25597 from vieux/check_plugin_manifest_json
...
check plugin manifest is correctly formatted before push
2016-08-15 19:27:50 -07:00
Akihiro Suda
aab101a770
Add a note about the open(2) and rename(2) on AUFS and OverlayFS
...
Close #25409
Update #10180
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2016-08-16 02:13:33 +00:00
Yong Tang
b4ba575a28
Suppress verbose "Sending build context" messages in non tty scenarios
...
This fix tries to address the issue raised in 25661 where verbose
"Sending build context" messages were not suppressed in non tty (e.g. log file)
sencarios.
This fix suppress the "Sending build context" message (other than the last one)
if the output is not a tty. The last update of the "Sending build context"
message is still sent to the output.
This fix has been tested manually:
```
docker build -t tmp . > build.log
```
The output is (only one "Sending build context"):
```
Sending build context to Docker daemon 249.4 MB
Step 1 : FROM busybox
---> 2b8fd9751c4c
Step 2 : RUN echo 'test'
---> Using cache
---> 7db298b6c493
Successfully built 7db298b6c493
```
This fix fixes 25661.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-08-15 18:35:05 -07:00
Jana Radhakrishnan
56c9822695
Vendoring libnetwork @82fb373e3eaa4e
...
- Fixes a SNAT issue in loadbalancer when multiple networks are involved
- Fixes an issue with SRV query forwarding in DNS
- Fixes a map race
Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2016-08-15 17:53:35 -07:00
Victor Vieux
b47711ae92
check plugin manifest is correctly formatted before push
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-08-15 17:51:30 -07:00
Tõnis Tiigi
70f843f7ae
Merge pull request #25723 from anusha-ragunathan/plugin-force-rm
...
When handling plugin exit, lookup plugins only during daemon shutdown.
2016-08-15 16:30:37 -07:00
Michael Crosby
c67cc60713
Merge pull request #25676 from tiborvass/fix-rpm-release-script
...
release-rpm: fix bad destination paths for rpms
2016-08-15 16:23:25 -07:00
Anusha Ragunathan
57499fa62e
When handling plugin exit, lookup plugins only during daemon shutdown.
...
The main intent of handling plugin exit is for graceful shutdown
of plugins during daemon shutdown. So avoid plugin lookup during
plugin exits caused by other reasons (eg. force remove)
Signed-off-by: Anusha Ragunathan <anusha@docker.com>
2016-08-15 14:46:02 -07:00
Victor Vieux
9890190652
adding some documentation about the new plugin system
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-08-15 13:56:30 -07:00
Tõnis Tiigi
90be7a591d
Merge pull request #25482 from yuexiao-wang/close_pipe
...
Close pipe after using pipe
2016-08-15 13:02:59 -07:00
Sebastiaan van Stijn
9079d5ccbb
Merge pull request #25706 from thaJeztah/add-authorization-header-to-api-docs
...
Add X-Registry-Auth header to service API docs
2016-08-15 21:54:06 +02:00
Vincent Demeester
a5809ddd2a
Merge pull request #25715 from thaJeztah/update-changelog-for-userland-proxy-binary
...
Add note about new binaries to changelog
2016-08-15 21:48:21 +02:00
Sebastiaan van Stijn
4105cff4d8
Merge pull request #25707 from thaJeztah/move-sysctls-to-correct-api-version
...
Move sysctls to correct API version
2016-08-15 20:29:51 +02:00
Sebastiaan van Stijn
5171b83495
Add missing docs for volume ls filter=label
...
This filter option was added in be045ee2da
,
but didn't update the documentation and
man pages.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-08-15 17:42:16 +02:00
Sebastiaan van Stijn
0f838cc523
Merge pull request #25710 from thaJeztah/restore-missing-ps-example
...
Restore missing ps example for killed containers
2016-08-15 16:02:16 +02:00
Brian Goff
bfc3f121f1
Merge pull request #25700 from lixiaobing10051267/masterSwarmRmService
...
command "docker service remove" not consistent
2016-08-15 09:55:52 -04:00
Sebastiaan van Stijn
2806b3b6c7
Merge pull request #25712 from thaJeztah/carry-25613-fix-capitalization
...
Fix capitalization
2016-08-15 15:53:36 +02:00
Sebastiaan van Stijn
32b8a6e735
Add note about new binaries to changelog
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-08-15 15:23:14 +02:00
Sebastiaan van Stijn
75e60fbe09
Fix capitalization
...
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-08-15 14:14:41 +02:00
Sebastiaan van Stijn
8d5818a693
Restore missing ps example for killed containers
...
This example was added in b0b2f979c7
,
but got lost during splitting up the cli.md docs into separate files;
561bfb268d
This restores the missing example.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-08-15 13:41:18 +02:00
Sebastiaan van Stijn
7cdd693d5d
Move sysctls to correct API version
...
Commit 067b510dfc
move the
sysctls feature to the right API version, but
missed this one.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-08-15 12:02:54 +02:00
Sebastiaan van Stijn
bde35ef18a
Add X-Registry-Auth header to service API docs
...
The service create/update endpoints support
passing registry-authentication information,
but this was not documented.
This adds the missing information about passing
a X-Registry-Auth header.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-08-15 11:53:12 +02:00
lixiaobing10051267
078e2aa157
command "docker service remove" not insistant
...
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
2016-08-15 15:11:37 +08:00
Tõnis Tiigi
5ac0342e82
Merge pull request #25675 from DieterReuter/master
...
Fix build deb for ARMv6
2016-08-13 10:16:29 -07:00
Sebastiaan van Stijn
856fa571d0
Merge pull request #25678 from tonistiigi/clear-wal
...
Clear raft state file after every test
2016-08-13 17:44:56 +02:00
Dieter Reuter
3c7ae431e0
Improve systemd config for Raspbian
...
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
2016-08-13 16:29:06 +02:00
Vincent Demeester
28c20592b6
Merge pull request #25677 from friism/tweak-logout-message
...
tweak logout message
2016-08-13 09:37:56 +02:00
Vincent Demeester
7fddf51aa4
Merge pull request #25673 from SvenDowideit/remove-dead-link
...
James' site has been dead for a while - removing links
2016-08-13 09:35:04 +02:00
Tonis Tiigi
34f779dbc3
Clear raft state file after every test
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2016-08-12 17:30:37 -07:00
Michael Friis
f9443aa2a5
tweak logout message
...
Signed-off-by: Michael Friis <friism@gmail.com>
2016-08-12 17:00:06 -07:00
Tibor Vass
e1c7ad871f
release-rpm: fix bad destination paths for rpms
...
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-08-12 16:51:12 -07:00
Michael Crosby
2faeebc750
Merge pull request #24311 from ShevYan/incorrect-comments-in-dockerfile
...
Dockerfile's comments for "Run the test suite" are out of date becaus…
2016-08-12 15:53:06 -07:00
Dieter Reuter
5907e4a872
Fix build deb for ARMv6
...
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
2016-08-13 00:40:29 +02:00
Michael Crosby
05d1dcfca2
Merge pull request #23116 from glensc/mkimage-pld
...
add script to make base image for PLD Linux
2016-08-12 15:38:36 -07:00
Charles Smith
84ef31a79c
Merge pull request #25420 from sfsmithcha/add_networking_guide
...
per @mavenugo , merging after addressing comments
add overlay networking guide
2016-08-12 15:29:34 -07:00
Charles Smith
e56dd0e0e7
add overlay networking guide
...
Signed-off-by: Charles Smith <charles.smith@docker.com>
2016-08-12 15:18:21 -07:00
Michael Crosby
2a10899c16
Merge pull request #25216 from aanand/deploy-error-when-not-in-swarm-mode
...
Better error on 'docker deploy' when not in Swarm mode
2016-08-12 14:17:47 -07:00
Sven Dowideit
a9b08f3102
James' site has been dead for a while - removing links
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-08-12 21:16:57 +00:00
Phil Estes
dc950567c1
Use real chroot if daemon is running in a user namespace
...
The namespace unshare+pivot root is not possible when running inside a
user namespace, so fallback to the original "real" chroot code.
Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2016-08-12 16:31:01 -04:00
Serge Hallyn
617c352e92
Don't create devices if in a user namespace
...
If we are running in a user namespace, don't try to mknod as
it won't be allowed. libcontainer will bind-mount the host's
devices over files in the container anyway, so it's not needed.
The chrootarchive package does a chroot (without mounting /proc) before
its work, so we cannot check /proc/self/uid_map when we need to. So
compute it in advance and pass it along with the tar options.
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
2016-08-12 16:26:58 -04:00
Charles Smith
ccf3dd85f0
Merge pull request #25135 from sfsmithcha/add_overlay_networking_note
...
per @mavenugo , merging after addressing his comments:
add swarm mode overlay networking security model
2016-08-12 13:25:07 -07:00
Charles Smith
cc5debcb2e
add overlay networking security model node
...
Signed-off-by: Charles Smith <charles.smith@docker.com>
2016-08-12 13:17:24 -07:00
Brian Goff
838db8852c
Merge pull request #25669 from dlech/patch-2
...
Move export from image commands to container commands
2016-08-12 15:52:07 -04:00
Brian Goff
c6e3818dd1
Merge pull request #24814 from samuelkarp/awslogs
...
awslogs: Record log line insert order for sorting
2016-08-12 15:51:06 -04:00
Michael Crosby
5632768a0f
Merge pull request #22208 from msabansal/staticip
...
Enabling specifying static ip for predefined network on windows
2016-08-12 11:39:25 -07:00
Michael Crosby
2c50035f93
Merge pull request #24717 from icaoweiwei/patch_2016-07-16_1
...
Add output of integer argument
2016-08-12 10:54:01 -07:00
Michael Crosby
5dbdc321dc
Merge pull request #25657 from thaJeztah/update-image-load-api-docs
...
Update API docs example for image load response
2016-08-12 10:29:01 -07:00
Michael Crosby
a86b2376a0
Merge pull request #25070 from yongtang/24881-label-containers-with-stack-name
...
Label containers with stack name when deploying stack/bundle
2016-08-12 10:20:06 -07:00
David Lechner
43c8cc7bb4
Move export from image commands to container commands
...
The export command operates on containers, not images, so it should be listed under the container commands, not the image commands.
Signed-off-by: David Lechner <david@lechnology.com>
2016-08-12 12:15:32 -05:00
Tõnis Tiigi
f4646196b6
Merge pull request #25668 from LK4D4/remove_rewrite
...
hack/vendor.sh: remove old hacks for etcd
2016-08-12 10:12:50 -07:00