Vincent Woo
87a450a37f
Allow disabling of colored Docker logs via daemon flag.
...
Signed-off-by: Vincent Woo <me@vincentwoo.com>
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-02-01 16:19:18 -05:00
David Calavera
245d6e83a9
Merge pull request #19416 from mlaventure/warn-on-rm-detach
...
Print an info message when detaching a container started with --rm
2016-02-01 13:17:23 -08:00
Arnaud Porterie
a898478a79
Merge pull request #19570 from WeiZhang555/18679-flaky-test
...
Fix flaky test `TestGetContainerStatsRmRunning`
2016-02-01 13:15:20 -08:00
Brian Goff
c28bba0460
Merge pull request #19725 from WeiZhang555/opt-TestRunSeccompDefaultProfile
...
Optimize `TestRunSeccompDefaultProfile`
2016-02-01 16:01:51 -05:00
David Calavera
0c620d62c2
Merge pull request #19708 from wenchma/19425-TestDaemonCorruptedLogDriverAddress
...
Optimize slow bottleneck tests of TestDaemonCorruptedLogDriverAddress
2016-02-01 12:59:37 -08:00
David Calavera
50de9fdff1
Make error message consistent when removing containers fail.
...
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-02-01 15:32:50 -05:00
Arnaud Porterie
b2d3615337
Add doc page for breaking changes
...
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
2016-02-01 11:55:49 -08:00
Brian Goff
78b0defcf3
handle debug mode for clients
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-02-01 14:36:40 -05:00
Arnaud Porterie
960710bd81
Enable cross-platforms login to Registry
...
Use a daemon-defined Registry URL for `docker login`. This allows a
Windows client interacting with a Linux daemon to properly use the
default Registry endpoint instead of the Windows specific one.
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
2016-02-01 11:18:54 -08:00
David Calavera
c19c08b97a
Merge pull request #19885 from tophj-ibm/fix-integration-cli-suite-requirements
...
Fix integration-cli suite setup requirements
2016-02-01 11:13:39 -08:00
John Howard
a9379b4af2
Windows CI: Initial porting CLI TestExec*
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-02-01 10:19:21 -08:00
Anusha Ragunathan
9c332b164f
Remove package daemonbuilder.
...
Currently, daemonbuilder package (part of daemon) implemented the
builder backend. However, it was a very thin wrapper around daemon
methods and caused an implementation dependency for api/server build
endpoint. api/server buildrouter should only know about the backend
implementing the /build API endpoint.
Removing daemonbuilder involved moving build specific methods to
respective files in the daemon, where they fit naturally.
Signed-off-by: Anusha Ragunathan <anusha@docker.com>
2016-02-01 09:57:38 -08:00
Andrew Guenther
9f401254bd
Wait to fire start event until socket is created
...
Previously, this check only worked if no host was specified and was
hard coded to check for "/var/run/docker.sock"
This change generalizes that check and captures any specified socket
and waits for it to be created.
Caveat: This will only check the first socket specified, but it is an
improvement over none at all.
Fixes #185160
Signed-off-by: Andrew Guenther <guenther.andrew.j@gmail.com>
2016-02-01 08:40:26 -08:00
Alexander Morozov
69c381c8d1
Merge pull request #19857 from aboch/vnd
...
Vendoring libnetwork 0.6.0-rc6
2016-02-01 08:32:02 -08:00
Sam Neirinck
3b35a5b604
Add powershell completion support
...
Initial version of powershell tab completion. It completes
commands and container names.
Signed-off-by: Sam Neirinck <sam@samneirinck.com>
2016-02-01 17:12:15 +01:00
Brian Goff
967848419a
Merge pull request #19873 from HackToday/refactorfs
...
Make btrfs call same interface as others
2016-02-01 10:36:59 -05:00
Sebastiaan van Stijn
c2d6831fc4
Merge pull request #19695 from Microsoft/10662-TestBuildCI2
...
Second set of enabling TestBuild CI for Windows
2016-02-01 16:29:52 +01:00
Vincent Demeester
ec67c8c4b6
Merge pull request #19867 from Microsoft/jjh/disableunreliabletests
...
Windows CI: Turn off unreliable TP4 tests
2016-02-01 13:50:26 +01:00
Sebastiaan van Stijn
179cd3e8bc
Merge pull request #19882 from vdemeester/add-ipfs-volume-plugin
...
Add docker-volume-ipfs plugin to the list.
2016-02-01 13:41:19 +01:00
Vincent Demeester
b01886a556
Add docker-volume-ipfs plugin to the list.
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-02-01 13:30:15 +01:00
Vincent Demeester
63335df3d4
Merge pull request #19883 from quofelix/master
...
Added link to Quobyte's volume plugin.
2016-02-01 13:10:17 +01:00
Felix Hupfeld
518c20787b
Added link to Quobyte's volume plugin.
...
Signed-off-by: Felix Hupfeld <felix@quobyte.com>
2016-02-01 12:51:05 +01:00
Lei Jitang
743978e3ba
Merge pull request #19875 from Qiaohai8866/master
...
change 'host:port' to `host:port`
2016-02-01 18:47:14 +08:00
qg
7d1018545f
change 'host:port' to `host:port`
...
Signed-off-by: Gang Qiao <qiaohai8866@gmail.com>
2016-02-01 17:22:16 +08:00
Kai Qiang Wu(Kennan)
feda5d7684
Make btrfs call same interface as others
...
Most storage drivers call graphdriver.GetFSMagic(home),
it is more clean to easy to maintain. So btrfs need to
adopt such change.
Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>
2016-02-01 07:50:21 +00:00
Antonio Murdaca
0f124979c2
Merge pull request #19872 from ZhuWeiyang/fix-ubuntulinux-upgrade
...
Fix upgrade command in ubuntulinux
2016-02-01 07:11:40 +01:00
Weiyang Zhu
a80c404cc6
Fix upgrade command
...
Signed-off-by: Weiyang Zhu <cnresonant@gmail.com>
2016-02-01 12:59:21 +08:00
Wen Cheng Ma
695b7e8d11
Optimize TestApiStatsNetworkStats and TestApiStatsNetworkStatsVersioning
...
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
2016-02-01 10:26:27 +08:00
Kai Qiang Wu(Kennan)
746f6af9aa
Sort the attributes for events
...
This is add support for #19559
We tried sort it in client side, and it sort follow go
sort : sorts a slice of strings in increasing order.
Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>
2016-02-01 00:18:33 +00:00
John Howard
59f4369f1a
Windows CI: Turn off unreliable TP4 tests
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-01-31 15:51:56 -08:00
Sebastiaan van Stijn
40ce2574b4
Merge pull request #19864 from pra85/patch-1
...
Fix typo
2016-01-31 22:58:19 +01:00
Prayag Verma
86beb6e27e
Fix typo
...
Signed-off-by: Prayag Verma <prayag.verma@gmail.com>
2016-02-01 01:25:59 +05:30
Marius Gundersen
2ed72a5d93
Expose the machine readable state of a container when listing containers
...
Updated documentation to reflect the new State property in the inspect remote api
Updated API changes for 1.23
Signed-off-by: Marius Gundersen <me@mariusgundersen.net>
2016-01-31 18:40:37 +01:00
Sebastiaan van Stijn
6f86bcee76
Merge pull request #19856 from moxiegirl/carry-close-19240
...
Updating for CAS changes and new select a driver section
2016-01-31 15:52:14 +01:00
Zhang Wei
9a9ce80a0f
Fix flaky test `TestGetContainerStatsRmRunning`
...
Remove racey code to fix flaky test
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2016-01-31 15:34:22 +08:00
Alessandro Boch
f943fd7d24
Vendoring libnetwork 0.6.0-rc6
...
Signed-off-by: Alessandro Boch <aboch@docker.com>
2016-01-30 20:03:03 -08:00
Nigel
89923c1f32
Updating for CAS changes and new select a driver section
...
Adding changes requested by @jamtur01 and wrapping to 80 chars
Adding typo fixes and replacing tabs with 4xspaces
Closes and fixes #19240
Updating with content addressable storage model changes
Signed-off-by: Nigel <nigelpoulton@hotmail.com>
2016-01-30 18:03:04 -08:00
Antonio Murdaca
140a74347d
daemon_unix: set golang runtime max threads
...
SetMaxThreads from runtime/debug in Golang is called to set max threads
value to 90% of /proc/sys/kernel/threads-max
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-01-30 21:37:24 +01:00
Antonio Murdaca
5f5a752bcf
Merge pull request #19847 from Microsoft/jjh/revert19790
...
Revert PR 19790 (breaks windowsTP4 CI on cache bust)
2016-01-30 20:28:21 +01:00
Sebastiaan van Stijn
d069e8e7b7
Merge pull request #19846 from shin-/remote_api_container_update_doc
...
Update example request for container update in docs.
2016-01-30 08:05:55 -08:00
Brian Goff
d695cf8de7
Merge pull request #19638 from runcom/remove-redunant-function
...
cleanup and move stuff where needed
2016-01-30 10:12:38 -05:00
Doug Davis
80c7258e11
Merge pull request #19852 from WeiZhang555/warn-info
...
Change log level
2016-01-30 09:58:47 -05:00
Federico Gimenez
4ba168b4cb
Added cli SNI integration test
...
Signed-off-by: Federico Gimenez <fgimenez@coit.es>
2016-01-30 15:29:24 +01:00
Antonio Murdaca
667c2245ad
Merge pull request #19820 from Microsoft/jjh/testexecapi
...
Windows CI: Port TestExecApi* tests
2016-01-30 11:50:01 +01:00
Vincent Demeester
6b57380173
Merge pull request #19646 from nishanttotla/19277-CustomInfoField
...
Display SystemStatus field in docker info
2016-01-30 11:48:01 +01:00
Antonio Murdaca
98ef10f64e
Merge pull request #19839 from Microsoft/jjh/testevents
...
Windows CI: Porting TestEvents*
2016-01-30 11:47:44 +01:00
Zhang Wei
98f74f8383
Change log level
...
Warning should be printed with real `logrus.Warn`
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2016-01-30 18:46:16 +08:00
Qiang Huang
a605d641d7
Cleanup libseccomp.a hack since dockerinit is gone
...
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2016-01-30 16:17:13 +08:00
Sebastiaan van Stijn
317c89ce9e
Merge pull request #19838 from brahmaroutu/fix_notary_gccgo_s390x
...
Need -lpthread to compile Notary
2016-01-29 22:33:57 -08:00
John Howard
54320d8d18
Signed-off-by: John Howard <jhoward@microsoft.com>
...
Revert "Combine SetupWorkingDirectory for Linux and Windows"
This reverts commit ec31741ca1
.
2016-01-29 20:49:39 -08:00