42a4bb9e98
Add docs for cgroup-parent of systemd cgroup
...
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com >
Upstream-commit: c7f2079a9b3d8b38a6a933524766aa77a2658393
Component: engine
2016-03-01 18:31:17 +08:00
5692b958f8
Merge pull request #20792 from cpuguy83/more_stats_client_cleanup
...
Fixes issue with stats on start event
Upstream-commit: 187a2fb40390f52a45e5b77c2ccc2d4609e354a9
Component: engine
2016-02-29 17:33:37 -08:00
6a88816da7
Merge pull request #20782 from estesp/new-parent-dir-ownership
...
Fix ownership of non-existing parent dir
Upstream-commit: 67b16c73818726d9818d0229fa6cdda3e5f698b0
Component: engine
2016-03-01 01:45:38 +01:00
7097a625ab
Merge pull request #20710 from Microsoft/sjw/tp4retry_fix
...
Fixing retry hack for TP4 to return errors in all failure cases.
Upstream-commit: 6a960069596a5d43a50b7675454169aad06972ca
Component: engine
2016-02-29 19:08:24 -05:00
aa8f3c4116
Fixes issue with stats on start event
...
In situations where a client is called like `docker stats` with no
arguments or flags, if a container which was already created but not
started yet is then subsequently started it will not be added to the
stats list as expected.
Also splits some of the stats helpers to a separate file from the stats
CLI which is already quite long.
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
Upstream-commit: df95474885aeaaa77eeea4c4b31a92b58fc2a67c
Component: engine
2016-02-29 16:34:42 -05:00
2180969e3a
Merge pull request #20107 from calavera/client_auth_store
...
Client credentials store.
Upstream-commit: 29ce086e38384c54f6f2d8f09578a75c4c9d9593
Component: engine
2016-02-29 22:31:34 +01:00
017161a4fc
Merge pull request #20785 from runcom/clean-cont
...
container: container_unix: remove unused func
Upstream-commit: 79258eca9bdc6e6bd0feb20a81c03973142ea16c
Component: engine
2016-02-29 13:11:12 -08:00
e22172b0b1
Merge pull request #20790 from Microsoft/jjh/testunit-voltestremove
...
Windows CI: Unit Test turn off TestRemove
Upstream-commit: 3938ee413d0fab1b78879352c7defccfb78f8d43
Component: engine
2016-02-29 13:09:48 -08:00
60a83559ef
Merge pull request #20692 from coolljt0725/add_brnf_test_request
...
Add bridgeNfIptables and bridgeNfIp6tables test request
Upstream-commit: ea6d2708e2f115b9637ee11521f5f570b2819808
Component: engine
2016-02-29 15:16:27 -05:00
24e2f8a0e5
Merge pull request #20492 from WeiZhang555/export-no-privilege
...
Clean redundant error message for export
Upstream-commit: d878f512fd70928b28ca13629eb58befc14700f5
Component: engine
2016-02-29 21:14:28 +01:00
e32705bbc7
Merge pull request #20480 from wenchma/20431-filter_since_before
...
Enhancement of docker ps before and since filters
Upstream-commit: 9eb4575f8cdb8f9afb0d53d6fd4a34b077cc08da
Component: engine
2016-02-29 20:57:43 +01:00
7d62a9ef68
Merge pull request #20780 from runcom/revert-sudo-user
...
Revert sudo user
Upstream-commit: a5d98b82ea641349640d07b2f62a047b94592a5e
Component: engine
2016-02-29 11:48:24 -08:00
f3c9f69224
Merge pull request #20307 from HuKeping/trust
...
Refactor trust push
Upstream-commit: 1ba0358a10e6ad61832a47ac2f99dda7a7d57429
Component: engine
2016-02-29 11:12:09 -08:00
210548216a
Fixing retry hack for TP4 to return errors in all failure cases.
...
Signed-off-by: Stefan J. Wernli <swernli@microsoft.com >
Upstream-commit: 0b82202fbbbeaad5d7ba404fb586cb4b3f37980e
Component: engine
2016-02-29 10:53:01 -08:00
6324c7793e
Merge pull request #20605 from mountkin/optimize-json-log-writer
...
make the json log writer much faster
Upstream-commit: ba5a282a83a603c3bb61cd40642af54d2088f747
Component: engine
2016-02-29 10:47:46 -08:00
70ddfe143d
Merge pull request #20749 from mountkin/validate-log-opts
...
validate log-opt when creating containers
Upstream-commit: 2391794d2695079f2dd19b10cd51aea6922b3ec9
Component: engine
2016-02-29 13:47:25 -05:00
569a4e8006
Merge pull request #20686 from clintonskitson/bugfix/plugin_desc_leak
...
Fix plugin file descriptor leaks
Upstream-commit: 29b2b0c22ba4a9c81002cd70e464ef0cfc577413
Component: engine
2016-02-29 10:44:36 -08:00
8a7585ce8e
Client credentials store.
...
This change implements communication with an external credentials store,
ala git-credential-helper. The client falls back the plain text store,
what we're currently using, if there is no remote store configured.
It shells out to helper program when a credential store is
configured. Those programs can be implemented with any language as long as they
follow the convention to pass arguments and information.
There is an implementation for the OS X keychain in https://github.com/calavera/docker-credential-helpers .
That package also provides basic structure to create other helpers.
Signed-off-by: David Calavera <david.calavera@gmail.com >
Upstream-commit: cf721c23e715e545eccf8484e145c2d18d6a6a23
Component: engine
2016-02-29 13:01:31 -05:00
a2d2add430
Merge pull request #20787 from itsthenetwork/Fix-Seccomp-Readme
...
Update seccomp.md
Upstream-commit: b1955a66f536dfb8fe15d00059ae527f49c35ba9
Component: engine
2016-02-29 09:54:48 -08:00
66f153da0f
Merge pull request #20774 from hqhq/hq_vender_engine_api
...
Vendor engine-api to 70d266e96080e3c3d63c55a4d8659e00ac1f7e6c
Upstream-commit: b211e57f23848bd1990db84d2ccce0ce529e735a
Component: engine
2016-02-29 18:48:55 +01:00
e630a6085a
Windows CI: Unit Test turn off TestRemove
...
Signed-off-by: John Howard <jhoward@microsoft.com >
Upstream-commit: de6939817d20f5c2a370efc9eb207e3e8c897520
Component: engine
2016-02-29 08:57:30 -08:00
2932936552
Update seccomp.md
...
Corrected titles to use title case. Added link to default.json and some numerical detail. Changed example JSON to a portion of the actual default file, with the correct defaultAction.
Signed-off-by: Steven Iveson <steven.iveson@infinityworks.com >
Upstream-commit: 244e5fc51653b47a974ad111022ea923ddebaf05
Component: engine
2016-02-29 16:32:45 +00:00
4cc9b2c995
Merge pull request #20777 from Anonymooseable/document-plugin-types
...
Document interfaces a plugin can implement
Upstream-commit: c0c10daebf2372fdc2ca46c6535e1daac628ab48
Component: engine
2016-02-29 17:31:06 +01:00
cf5a003364
Merge pull request #20737 from mikedougherty/install-sh-multiple-keyservers
...
Use multiple keyservers in install script
Upstream-commit: 0573b814a1e78cf0e6fefc8ecd3913a95e849506
Component: engine
2016-02-29 11:17:13 -05:00
1de8cdf35e
Remove experimental GraphDriver plugin type
...
Signed-off-by: Linus Heckemann <anonymouse2048@gmail.com >
Upstream-commit: 3ef13258289ef01102c0ae01a8d9af49d36441fb
Component: engine
2016-02-29 15:59:54 +00:00
cee58ed27a
Merge pull request #20629 from wallnerryan/intro-volumes
...
Intro volume drivers in dockervolumes.md
Upstream-commit: 6c01d2a0cf4feb24bddf6830fd1683060c0ff309
Component: engine
2016-02-29 16:59:43 +01:00
47e8179868
intro volume plugins in userguide volumes
...
NOTE should be lowercase
Signed-off-by: Ryan Wallner <ryan.wallner@clusterhq.com >
add link to list of plugins
Signed-off-by: Ryan Wallner <ryan.wallner@clusterhq.com >
address changres
Signed-off-by: Ryan Wallner <ryan.wallner@clusterhq.com >
Upstream-commit: b6fdcd3a342dc882955253e0a39711ed4ac078fc
Component: engine
2016-02-29 10:56:32 -05:00
45b2db0eaa
Merge pull request #20773 from Microsoft/jjh/testunitdockerlayer
...
Windows CI Unit Test: Docker layer turn off failing tests
Upstream-commit: eb22fcc229b364dd4429823c96b8f2e585e73217
Component: engine
2016-02-29 10:46:32 -05:00
1922dbc3eb
Merge pull request #20772 from Microsoft/jjh/testunitdistribution-xfer
...
Windows CI Unit Test: Distribution\xfer turn off failing tests
Upstream-commit: 8ffec1fca5d851e9f8e33e3dfab5c6ebc9562284
Component: engine
2016-02-29 10:45:57 -05:00
4b3ca35355
Merge pull request #20602 from twistlock/20508_authz_plugin_corrupt_body
...
Fix #20508 - Authz plugin enabled with large text/JSON POST payload corrupts body
Upstream-commit: abbb16d7abd7150a9226252f2544326930ea2baf
Component: engine
2016-02-29 10:43:02 -05:00
7e3fc728ee
container: container_unix: remove unused func
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
Upstream-commit: 0e9769ab62ec15d56541dfbbe72316630a98b6e2
Component: engine
2016-02-29 16:12:02 +01:00
8c7db25ed0
Merge pull request #20756 from runcom/no-dash-d-tests
...
integration-cli: remove not necessary -d again
Upstream-commit: 7cea7c698d39adb9757ee59beed59f114c88f132
Component: engine
2016-02-29 09:47:49 -05:00
848fd14888
Fix ownership of non-existing parent dir
...
During "COPY" or other tar unpack operations, a target/destination
parent dir might not exist and should be created with ownership of the
root in the right context (including remapped root when user namespaces
are enabled)
Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com > (github: estesp)
Upstream-commit: 7a61b9ae425e5c100da2bb32b929031c6302b3fb
Component: engine
2016-02-29 09:14:23 -05:00
c247f38736
Merge pull request #20736 from elchris82/master
...
Changed the Example request in Remote API reference to connect a container to a network
Upstream-commit: 79c24a082004251bd899b8bd549da43e3abca10d
Component: engine
2016-02-29 15:06:20 +01:00
3bd6e595b8
cliconfig: use a const for ".docker" string
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
Upstream-commit: 565712014f3dfe01b0b5012ab46a7e26217538f2
Component: engine
2016-02-29 14:44:01 +01:00
c762170458
Revert "resolve the config file from the sudo user"
...
This reverts commit afde6450ee7bd4a43765fdc0a9799b411276d9e4.
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
Upstream-commit: 863b5716173db320ddc03847a639964f495a7953
Component: engine
2016-02-29 13:51:43 +01:00
351fe56c91
Merge pull request #20771 from Microsoft/jjh/disableunittestsdistribution
...
Windows CI Unit Test: Distribution turn off failing tests
Upstream-commit: da4f2ce6294f9333a7b9011f80d7b64815cc2059
Component: engine
2016-02-29 12:56:10 +01:00
98394b0b6e
Vendor engine-api to 70d266e96080e3c3d63c55a4d8659e00ac1f7e6c
...
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com >
Upstream-commit: 53b0d62683ee798198c553353dc2106623a9259b
Component: engine
2016-02-29 19:28:37 +08:00
cbd8a29659
Document interfaces a plugin can implement
...
Signed-off-by: Linus Heckemann <lheckemann@twig-world.com >
Upstream-commit: dd729efe028667b2180922e2c7e649a5b8ec52e9
Component: engine
2016-02-29 09:43:44 +00:00
b26295c87c
Merge pull request #20776 from terryding77/doc_changes
...
change container word spell in docs
Upstream-commit: ffd8a0e0fbaaf4f8dbaea66c3e06a8dc24dc22ca
Component: engine
2016-02-29 10:38:06 +01:00
7294d486c4
change container word spell in docs
...
Signed-off-by: terryding77 <550147740@qq.com >
Upstream-commit: adda1060aa3c7a41fddc4cdeaac92f946c40e2d8
Component: engine
2016-02-29 16:59:53 +08:00
4eae9fd26d
Merge pull request #20753 from icecrime/debugging_win2lin
...
Fix client-side race in `docker stats`
Upstream-commit: 5ef74c65956eaf59bc1c4537f5244f56b37ef531
Component: engine
2016-02-29 08:20:17 +01:00
5f0c16d34d
Merge pull request #20604 from coolljt0725/fix_reload
...
Fix configuration reloading
Upstream-commit: 20a038eca68e4188e1cd812293aea8cb220cf08f
Component: engine
2016-02-29 07:14:15 +01:00
4c31288f7a
Windows CI Unit Test: Docker layer turn off failing tests
...
Signed-off-by: John Howard <jhoward@microsoft.com >
Upstream-commit: e17cb9b721ec10d5be36f380c23ee2d448bd135a
Component: engine
2016-02-28 20:16:10 -08:00
cdf59b59f2
Windows CI Unit Test: Distribution\xfer turn off failing tests
...
Signed-off-by: John Howard <jhoward@microsoft.com >
Upstream-commit: dd2ff281bf62037948a9da18dd2223b977056a4e
Component: engine
2016-02-28 20:08:34 -08:00
f53e7a1a3f
Windows CI Unit Test: Distribution turn off failing tests
...
Signed-off-by: John Howard <jhoward@microsoft.com >
Upstream-commit: 621a1b9aca7f0ad2ac6b83f990644c3dc983d659
Component: engine
2016-02-28 20:02:51 -08:00
26d7a7de66
Fix client-side race in docker stats
...
Subscribe to events and monitor for new containers before the initial
listing of currently running containers.
This fixes a race where a new container could appear between the first
list call but before the client was subscribed to events, leading to a
container never appearing in the output of `docker stats`.
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
Upstream-commit: 3041aa53efbbfddbc10a66027d973bd353e3b525
Component: engine
2016-02-28 18:44:23 -08:00
47c5b544ef
Merge pull request #20760 from vdemeester/fix-cliconfig
...
Fixing cliconfig getDefaultConfigDir
Upstream-commit: 67a77934a436e9995a5322178db7cea56a9458dc
Component: engine
2016-02-29 00:19:06 +01:00
ab5d00b5e0
Merge pull request #20757 from spacediver/patch-1
...
fixed formatting; added handy -y to apt-get install
Upstream-commit: ab18b5977a2e12a425bfe4961f58784e450fd0d0
Component: engine
2016-02-28 23:55:03 +01:00
5548386ebd
Merge pull request #20759 from toogley/master
...
add google group subscribtion method using only emails
Upstream-commit: 0866d63278b250cd19d560aa748941be24246a45
Component: engine
2016-02-28 19:17:00 +01:00