Sebastiaan van Stijn
9f306364f5
Merge pull request #18806 from mqliang/patch-8
...
Update btrfs-driver.md
2015-12-20 17:24:29 +01:00
Liang Mingqiang
8737896e42
Update btrfs-driver.md
...
Signed-off-by: lmq <mqliang@lmqs-MacBook-Pro.local>
2015-12-20 23:08:01 +08:00
Antonio Murdaca
cc6f0df2e4
Merge pull request #18794 from thaJeztah/EOL-fedora-21
...
Remove Fedora 21 from RPM build as it is EOL
2015-12-20 11:53:51 +01:00
moxiegirl
18925f37ed
Merge pull request #18707 from runcom/update-labels-doc-for-emtpy-lables
...
update syntax for empty value labels
2015-12-19 21:53:21 -08:00
moxiegirl
3d43ebebfa
Merge pull request #18720 from kytrinyx/unspecific-ubuntu
...
docs: remove ubuntu version in dockerizing userguide
2015-12-19 21:17:38 -08:00
moxiegirl
fa720ad987
Merge pull request #18667 from bboreham/inspect-json-doc
...
Improved explanation of docker inspect 'json' function
2015-12-19 21:09:39 -08:00
Sebastiaan van Stijn
fbefbc5281
Merge pull request #18795 from thaJeztah/o-oracle-o-oracle-where-art-thou-oracle
...
Update link to Oracle Linux
2015-12-20 01:33:27 +01:00
Sebastiaan van Stijn
579d35e33c
Update link to Oracle Linux
...
The https://linux.oracle.com/ url results in
too many redirects, which may result in our
link-checker to think the link is broken.
Replacing the link, per discussion in
https://github.com/docker/docker/pull/18534#issuecomment-164202592
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2015-12-20 00:52:12 +01:00
Sebastiaan van Stijn
a08c955e30
Remove Fedora 21 from RPM build as it is EOL
...
Fedora 21 is EOL'd as of December 1st, 2015.
Announcement:
https://lists.fedoraproject.org/pipermail/announce/2015-November/003296.html
Fedora 21 will reach end of life on 2015-12-01, and no further updates
will be pushed out after that time. Additionally, with the recent
release of Fedora 23, no new packages will be added to the Fedora 21
collection.
Please see https://fedoraproject.org/wiki/DNF_system_upgrade for more
information on upgrading from Fedora 21 to a newer release.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2015-12-20 00:42:17 +01:00
Sebastiaan van Stijn
fb879e849d
Merge pull request #18792 from moxiegirl/fix-typo
...
Fixing typo reported by @projectvalis
2015-12-19 22:21:41 +01:00
Mary Anthony
55a65e18c0
Fixing typo reported by @projectvalis
...
Signed-off-by: Mary Anthony <mary@docker.com>
2015-12-19 12:47:24 -08:00
Doug Davis
58c049595f
Merge pull request #18767 from wenchma/add_checkduplicate_test
...
Add network create api test on CheckDuplicate
2015-12-19 10:46:11 -05:00
Sebastiaan van Stijn
69fbdf4294
Merge pull request #18684 from cdauth/volume-docs
...
Add note to volume docs that data is not copied to mounted volumes
2015-12-19 15:29:44 +01:00
Wen Cheng Ma
5649dae89b
Add network create api test on CheckDuplicate
...
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
2015-12-19 22:29:30 +08:00
Sebastiaan van Stijn
eaf7932faf
Merge pull request #18769 from runcom/docs-auth-1
...
docs: extend: authorization.md: add a note about confidential stuff in Err
2015-12-19 14:53:25 +01:00
Antonio Murdaca
aada8d8117
docs: userguide: labels-custom-metadsata.md: update syntax for emtpy value labels
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2015-12-19 09:04:29 +01:00
Doug Davis
7ff61dd592
Merge pull request #18779 from aditirajagopal/18750-new-string-method
...
pkg/version.Version: use the new String() method
2015-12-18 21:21:17 -05:00
Alexander Morozov
58ebc71272
Merge pull request #18763 from calavera/fix_raw_inspect
...
Print the raw inspected elements when there is no template for `docker inspect`.
2015-12-18 15:25:38 -08:00
David Calavera
54f945994a
Merge pull request #18651 from vbatts/dm-cleanup
...
loopback (and devicemapper) cleanup
2015-12-18 15:13:28 -08:00
Aditi Rajagopal
278e75800c
pkg/version.Version: use the new String() method
...
Resolves #18750
Signed-off-by: Aditi Rajagopal <arajagopal@us.ibm.com>
2015-12-18 15:29:32 -05:00
Antonio Murdaca
92605b823d
Merge pull request #18761 from anusha-ragunathan/add-build-routes
...
Create build router separate from image router.
2015-12-18 21:09:43 +01:00
David Calavera
6ee7c94263
Merge pull request #18727 from tonistiigi/partial-load
...
Add support for partial load
2015-12-18 11:10:55 -08:00
Vincent Demeester
b714e03fdd
Merge pull request #18771 from runcom/authz-fixes-1
...
authZ: more fixes
2015-12-18 17:58:02 +01:00
Tibor Vass
7f62d311bd
Merge pull request #18773 from runcom/rej-gitignore
...
.gitignore: do not ignore *.rej
2015-12-18 17:48:36 +01:00
Vincent Demeester
64d70de0a2
Merge pull request #18721 from tiborvass/remove-dependencies-from-builder
...
Remove image and daemon dependencies from builder
2015-12-18 17:19:55 +01:00
Antonio Murdaca
fa7d676891
.gitignore: do not ignore *.rej
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2015-12-18 17:12:54 +01:00
Phil Estes
1ca6690b4f
Merge pull request #18561 from hqhq/hq_adapt_at_start
...
Adapt container settings when start
2015-12-18 11:07:43 -05:00
Vincent Batts
af59752712
loopback: separate loop logic from devicemapper
...
The loopback logic is not technically exclusive to the devicemapper
driver. This reorganizes the code such that the loopback code is usable
outside of the devicemapper package and driver.
Signed-off-by: Vincent Batts <vbatts@redhat.com>
2015-12-18 10:57:43 -05:00
Vincent Batts
a292c04c01
devicemapper: remove unused type mapping
...
Signed-off-by: Vincent Batts <vbatts@redhat.com>
2015-12-18 10:44:06 -05:00
Brian Goff
b708a2249b
Merge pull request #18730 from calavera/remove_sockets_dependency
...
Remove api client lib dependency on tlsconfig and sockets packages.
2015-12-18 10:35:51 -05:00
Antonio Murdaca
5a64c8027e
authZ: more fixes
...
- fix naming and formatting
- provide more context when erroring auth
- do not capitalize errors
- fix wrong documentation
- remove ugly remoteError{}
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2015-12-18 16:29:01 +01:00
Antonio Murdaca
47060efdb7
Merge pull request #18741 from WeiZhang555/debug-info
...
Better debug message for post form data
2015-12-18 16:06:07 +01:00
Antonio Murdaca
1e28f04fec
docs: extend: authorization.md: add a note about confidential stuff in Err
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2015-12-18 11:28:28 +01:00
David Calavera
1f5674363e
Print the raw inspected elements when there is no template for `docker inspect`.
...
Otherwise we're ignoring the fields that Swarm adds to the output.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-12-17 23:17:52 -05:00
Anusha Ragunathan
f8dc044aec
Create build router separate from image router.
...
Signed-off-by: Anusha Ragunathan <anusha@docker.com>
2015-12-17 16:56:11 -08:00
Doug Davis
6bf8844f11
Merge pull request #18759 from mikedanese/doc-fix
...
daemon/logger: fix typo in godoc
2015-12-17 19:26:41 -05:00
David Calavera
defd1519f7
Remove api client lib dependency on tlsconfig and sockets packages.
...
- Let consumers to configure the http transport initially and apply or
defaults on top.
- Add function to initialize a new client based on environment
variables, useful for integrators.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-12-17 19:04:49 -05:00
Mike Danese
881a30c707
daemon/logger: fix typo in godoc
...
Signed-off-by: Mike Danese <mikedanese@google.com>
2015-12-17 15:52:33 -08:00
Jess Frazelle
ff69b23dc0
Merge pull request #18395 from LK4D4/default_cgroup_is_not_daemon
...
Use /docker as cgroup parent instead of docker
2015-12-17 13:59:00 -08:00
Alexander Morozov
5553aab705
Merge pull request #18744 from runcom/plugins-deadcode
...
pkg: plugins: remove dead code
2015-12-17 10:50:04 -08:00
David Calavera
406da8616c
Merge pull request #18716 from clnperez/fix-blkio-tests
...
Update TestRunWithBlkioInvalidDevice Tests
2015-12-17 10:23:59 -08:00
Tibor Vass
9681f0f0d4
Merge pull request #18745 from runcom/pkg-version-String
...
pkg: version: add String method
2015-12-17 16:58:41 +01:00
Tibor Vass
b0d9476153
builder: remove daemon dependency in ContainerAttach
...
Signed-off-by: Tibor Vass <tibor@docker.com>
2015-12-17 16:57:08 +01:00
Tibor Vass
03a170c48d
builder: remove daemon dependency in ContainerCreate()
...
Signed-off-by: Tibor Vass <tibor@docker.com>
2015-12-17 16:57:08 +01:00
Sebastiaan van Stijn
742fd4fa63
Merge pull request #18739 from wenchma/typo
...
Fix typo error and update index
2015-12-17 15:43:14 +01:00
Antonio Murdaca
98be580794
Merge pull request #18590 from aaronlehmann/limit-v1-fallbacks
...
Limit v1 protocol fallbacks
2015-12-17 14:44:05 +01:00
Sebastiaan van Stijn
3f4dc49210
Merge pull request #18743 from wenchma/plugin_not_found
...
Sync the docker network create api docs with the error code
2015-12-17 12:16:23 +01:00
Antonio Murdaca
0d9f1e344a
pkg: version: add String method
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2015-12-17 11:52:23 +01:00
Sebastiaan van Stijn
5baa93c04e
Merge pull request #18662 from runcom/pkg-authZ-response
...
pkg: authorization: add Err to tweak response status code
2015-12-17 11:12:27 +01:00
Antonio Murdaca
46e3a249a1
pkg: authorization: add Err to tweak response status code
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2015-12-17 11:08:47 +01:00