5953ce529c
Update Docker pull examples
...
The old examples no longer worked due to changes in
the client and Docker Hub.
This updates the "docker pull" documentation and
adds more examples and explanation of the features.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 32eff909b4d3072524041fffc9d43efe87d2116f
Component: engine
2016-03-16 00:35:58 +01:00
7cd02ebb1a
Merge pull request #21022 from hqhq/hq_fix_race_resize
...
Fix race condition with exec and resize
Upstream-commit: cc12d2bfaae135e63b1f962ad80e6943dd995337
Component: engine
2016-03-15 22:54:55 +01:00
f29a1e7874
Merge pull request #21128 from allencloud/handle-kernel-and-os-error-in-info-api
...
handle kernel and os info error in /info api
Upstream-commit: db182507c1153b0ed3b0d30d4f41ab4ad8050882
Component: engine
2016-03-15 14:42:57 -07:00
03bd4af0a6
Merge pull request #21117 from justincormack/restart_syscall
...
Allow restart_syscall in default seccomp profile
Upstream-commit: 4adf74ad4290a6cf72426cabc3b0d8f3753615e6
Component: engine
2016-03-15 22:41:14 +01:00
9d058ac04d
Merge pull request #21193 from amitkris/flush_fix
...
Remove flush(stdout) in pkg/chrootarchive/diff_unix.go
Upstream-commit: 6852d876593322a7b87caf5846e488984e77e7c0
Component: engine
2016-03-15 22:40:37 +01:00
a3b8590b37
Merge pull request #21110 from hypriot/fix-arm-kernel-modules
...
Improve checking dummy kernel module
Upstream-commit: bb23b20ee7e963614c913dab25f67fedfd029a24
Component: engine
2016-03-15 14:39:45 -07:00
1631c5a879
Merge pull request #21218 from runcom/len-check-fix
...
daemon: update: check len inside public function
Upstream-commit: a2039f117cd6f1969312894edcfd2652cf7f3995
Component: engine
2016-03-15 14:37:19 -07:00
a516bc2aa3
Merge pull request #19831 from cloudflare/optimize-gelf
...
GELF logger: Add gelf-compression-type and gelf-compression-level
Upstream-commit: 0f59b0b12c37b5a3b4ad1c8a0cb91c93ff4228a9
Component: engine
2016-03-15 22:35:46 +01:00
4a5c3e02cf
Merge pull request #21226 from calavera/fix_experimental_deb_builds
...
Move debian rules to the right place before creating the package.
Upstream-commit: 6c2f4381d30780f27f7a6abe9fc344cbbf68e179
Component: engine
2016-03-15 13:37:20 -07:00
2c866ad3a3
Move debian rules to the right place before creating the package.
...
debhelper has changed the way it performs path validations and
building the deb package fails when it tries to compress the files.
Signed-off-by: David Calavera <david.calavera@gmail.com >
Upstream-commit: 027f4fdca678ae955db6f115d6af15d532f6cf4b
Component: engine
2016-03-15 16:17:38 -04:00
6f209e48d5
Remove flush(stdout) in pkg/chrootarchive/diff_unix.go and improve error reporting of flush() to fix #21103
...
pkg/chrootarchive/diff_unix.go erroneously calls flush on stdout, which tries to read from stdout returning an error.
This has been fixed by removing the call and by modifying flush to return errors and checking for these errors on calls to flush.
Signed-off-by: Amit Krishnan <krish.amit@gmail.com >
Upstream-commit: a9c61691389ed373ada399d25f55a9d10405b4ea
Component: engine
2016-03-15 10:29:51 -07:00
8a5b6da14b
Merge pull request #21162 from estesp/copyastar-dir-create
...
Fix CopyWithTar creation of new destination dir as remapped root
Upstream-commit: 6f2d8b411eaaa6b4ea2a46e5164325450259573b
Component: engine
2016-03-15 10:26:30 -07:00
6decd866d9
daemon: update: check len inside public function
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
Upstream-commit: bb05c188927cdc7a5f86dceace3a4043b0dfeb28
Component: engine
2016-03-15 17:24:25 +01:00
27cea9b936
Merge pull request #21191 from tophj-ibm/ppc64le-update-dockerfile
...
ppc64le: update dockerfile hashes and notary
Upstream-commit: 69f297bfeef33145c4c23b5e555f39aa443cd60f
Component: engine
2016-03-15 09:17:45 -07:00
6b75bb519f
Merge pull request #20177 from jheiss/12076-net_hostname
...
Allow --hostname with --net=host
Upstream-commit: 21e531014db65422e1a3000fd3596459f55870c4
Component: engine
2016-03-15 08:17:25 -07:00
e310757018
handle kernel and os info error in /info api
...
Signed-off-by: allencloud <allen.sun@daocloud.io >
Upstream-commit: b0fb0f19934287f428d14d1267183fe9194a4fdf
Component: engine
2016-03-15 20:23:15 +08:00
2f4ce11dc1
Merge pull request #21196 from LK4D4/detect_leaks_util
...
integration-cli: move goroutines info helpers to separate funcs
Upstream-commit: daabb45d0ac6c332ef0b54c30f70dfa2b459d362
Component: engine
2016-03-15 12:42:47 +01:00
9b54541f07
add gelf option to customize compression type and level
...
this allows user to choose the compression type (i.e. gzip/zlib/none) using
--log-opt=gelf-compression-type=none or the compression level (-1..9) using
--log-opt=gelf-compression-level=0 for gelf driver.
Signed-off-by: Daniel Dao <dqminh@cloudflare.com >
Upstream-commit: bd94baa353498df2457b3d5aa192cc488b9fa0c6
Component: engine
2016-03-15 11:06:06 +00:00
a9e5db306d
Merge pull request #21205 from geekylucas/21195-update-docs-debian-image-size
...
Update docs: A more accurate size for debian image
Upstream-commit: 43b5e1ed40ded2d59f8505df254d2f95fbdf8132
Component: engine
2016-03-15 11:18:27 +01:00
45ead964ff
Merge pull request #21190 from runcom/cleanup
...
*: remove unused stuff
Upstream-commit: 68ca76320fe1ca56d6b9dfed6ca84741f957a495
Component: engine
2016-03-15 11:13:10 +01:00
fd384bf5db
Merge pull request #21209 from HackToday/fixdocps
...
Add the missed volume filter
Upstream-commit: f9fe796eabd015cbf861df2550a8bffd861a5b25
Component: engine
2016-03-15 10:59:52 +01:00
bff930c257
Add the missed volume filter
...
Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com >
Upstream-commit: b1619766c0131a02774c7ec2b158c2fdf7206d05
Component: engine
2016-03-15 09:26:41 +00:00
2093c7b7f9
Update docs: A more accurate size for debian image
...
Fixes : #21195
The current size of the debian image is 125.1 MB so I have updated the Markdown to say "under 150". Also removed "extremely" (minimal) as requested. Documentation built and tested using `make docs`.
Signed-off-by: Lucas Chan <lucas-github@lucaschan.com >
Upstream-commit: 2f634e4691d13616cf8c714ec7653616ec3b121a
Component: engine
2016-03-15 18:29:06 +11:00
fa85755ee7
Merge pull request #21097 from thaJeztah/dont-run-without-udev-sync
...
Fail when devicemapper doesn't support udev-sync
Upstream-commit: 37a1fadae6390e38da85d3fffe7a49e00de2830e
Component: engine
2016-03-14 21:18:01 -04:00
30dcca7468
Merge pull request #20786 from rhvgoyal/min-free-space
...
devmapper: Add a new option dm.min_free_space_percent
Upstream-commit: bfed97b6881393be51e81b97040f3874b61b8d72
Component: engine
2016-03-14 20:10:43 -04:00
971cc9c13a
Merge pull request #20121 from solganik/master
...
syslog format
Upstream-commit: f5009515989f6e16d3e9955a7905d1fe64e73642
Component: engine
2016-03-14 20:09:15 -04:00
1f830d0241
integration-cli: move goroutines info helpers to separate funcs
...
Signed-off-by: Alexander Morozov <lk4d4@docker.com >
Upstream-commit: 0c7c9df8048353f3ff84d88d4311196546ba56cf
Component: engine
2016-03-14 15:52:56 -07:00
32e01227d0
Merge pull request #20111 from twistlock/19995_skip_user_ns
...
Run privileged containers when userns are specified - feature proposal
Upstream-commit: d8539347bfb9c019a29b56ea36f1538900bc543b
Component: engine
2016-03-14 15:11:55 -07:00
b59f91dbea
Merge pull request #21151 from mountkin/optimize-test
...
optimize slow tests
Upstream-commit: 01f165169b6913320defdc9ce3995614e4c286d1
Component: engine
2016-03-14 16:39:01 -04:00
3d9cc0b835
Merge pull request #21192 from ohadschn/master
...
Fix Remote API doc double slash typo in cURL command
Upstream-commit: fa8417d9efbb765904c018f484f0f0985a6955d8
Component: engine
2016-03-14 21:34:48 +01:00
3e1d30a506
Merge pull request #20949 from imjching/master
...
Fix typo for download and upload retry messages
Upstream-commit: 90ce409e3581b455ab8ac6532684ef3e9475772a
Component: engine
2016-03-14 21:08:49 +01:00
b29707bc59
Fix Remote API doc typo in cURL command
...
Either a single slash or localhost should be specified after http in the cURL URL, not http:// (double slash)
Signed-off-by: ohadschn <ohad188@gmail.com >
Upstream-commit: e31217fbc46e2dc99fa281332f9465562b26f073
Component: engine
2016-03-14 21:15:38 +02:00
cb0a6e9bbb
Merge pull request #21149 from yongtang/21124-TestJSONFormatProgress
...
Fix flaky test TestJSONFormatProgress (#21124 )
Upstream-commit: c5aedcdac9c30e764c22d1be1dd2c08c52c74fcc
Component: engine
2016-03-14 11:50:50 -07:00
36b081e8df
ppc64le: update dockerfile hashes and notary
...
Now that we are using gc/go 1.6, update a few hashes as well
as actually building the notary binary
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com >
Upstream-commit: 2bcf50bdd41174b2519cab66b1fef0eb8bc78f9b
Component: engine
2016-03-14 14:36:20 -04:00
4e53d3095a
*: remove unused stuff
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
Upstream-commit: 59648fc1e9d99cae7f4c5f692fe25a73d0651a71
Component: engine
2016-03-14 18:41:30 +01:00
a496f36272
Improve checking dummy kernel module
...
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com >
Upstream-commit: 53ba08c87426ef7417bfae53d0d87fd54290e9c4
Component: engine
2016-03-14 18:25:24 +01:00
ed5dba754a
Merge pull request #21158 from thaJeztah/add-alias-for-removed-docs
...
Add redirects for old Docker Cloud tutorial
Upstream-commit: 7ae199052678c08cceec069a6014edfc4034c0f8
Component: engine
2016-03-14 10:24:12 -07:00
9694bed63e
Merge pull request #21002 from tonistiigi/fix-id-noprefix
...
Fix docker run for 64 byte hex ID
Upstream-commit: df20b5cfd337bb3093fd87e278501fbca4480d54
Component: engine
2016-03-14 10:17:38 -07:00
1ddccf6e06
Merge pull request #21048 from LK4D4/fix_attach_leak
...
daemon: fix hanging attaches on initial start failures
Upstream-commit: 8e74cf59d06ce0052193ec8216db5dca7eec4981
Component: engine
2016-03-14 10:16:45 -07:00
9da8efbb67
Merge pull request #21161 from Microsoft/jjh/TestLogsPerformanceProblem
...
Windows: Improve TestLogsContainers performance
Upstream-commit: 3d42393e7f4434a03002cf6649af79e5405cae07
Component: engine
2016-03-14 13:04:16 -04:00
6157c6cb94
Fix typo for download and upload retry messages
...
Signed-off-by: Jay <jay@imjching.com >
Upstream-commit: f8d14bd4c6a0e3c58130be159b05b8aa63374f6e
Component: engine
2016-03-15 00:56:19 +08:00
2f7e1dc6a8
Merge pull request #21159 from runcom/fix-retry-push-bug
...
distribution: errors: do not retry if no credentials provided
Upstream-commit: 0b962f72a97c5e1cde020cc948704e61ab8dfc0a
Component: engine
2016-03-14 09:47:13 -07:00
937fbaecf3
Merge pull request #21131 from estesp/gcc-devmapper-test-broken
...
Fix gcc compile test with proper flag ordering
Upstream-commit: 3771a1713bac935721ffe2ed7c828a47dbe4924e
Component: engine
2016-03-14 09:46:49 -07:00
cd7673772c
Merge pull request #21123 from justincormack/libseccomp23
...
Update statically linked libseccomp to 2.3.0
Upstream-commit: d95723f5efbda12c854491250b06931b47145228
Component: engine
2016-03-14 09:45:29 -07:00
fab87296b0
Fix flaky test TestJSONFormatProgress ( #21124 )
...
In TestJSONFormatProgress, the progress string was used for comparison.
However, the progress string (progress.String()) uses time.Now().UTC()
to generate the timeLeftBox which is not a fixed value and cannot be
compared reliably.
This PR fixes the issue by stripping the timeLeftBox field before doing
the comparison.
This PR fixes #21124 .
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
Upstream-commit: d17bb23ae6efba6e76e7a56b856705400e26a61b
Component: engine
2016-03-14 16:00:12 +00:00
e578be78a3
Run privileged containers when userns are specified
...
Following #19995 and #17409 this PR enables skipping userns re-mapping
when creating a container (or when executing a command). Thus, enabling
privileged containers running side by side with userns remapped
containers.
The feature is enabled by specifying ```--userns:host```, which will not
remapped the user if userns are applied. If this flag is not specified,
the existing behavior (which blocks specific privileged operation)
remains.
Signed-off-by: Liron Levin <liron@twistlock.com >
Upstream-commit: 6993e891d10c760d22e0ea3d455f13858cd0de46
Component: engine
2016-03-14 17:09:25 +02:00
83045d547d
Merge pull request #20970 from dmcgowan/login-oauth
...
OAuth support for registries
Upstream-commit: b9361f02da25108af75238093959634e433d72a0
Component: engine
2016-03-14 15:49:44 +01:00
38c767cc35
Merge pull request #20990 from sds/fix-data-volume-rest-api-docs
...
Fix documentation for creating containers with data volumes
Upstream-commit: f480c696251906d86c800b5cf3660c48335e361c
Component: engine
2016-03-14 15:06:40 +01:00
9fbfb6e6c5
Merge pull request #21134 from tophj-ibm/fix-logtest-on-empty-log
...
Fix error-checking when looking at empty log
Upstream-commit: 93e04e705a3cdd639b90aef18ca98eb5db9518d3
Component: engine
2016-03-14 10:00:57 -04:00
7c5d8d17ae
Merge pull request #21138 from tophj-ibm/add-notary-binary-test-requirement
...
Add notary binary requirement for tests
Upstream-commit: 30999ba50c8b1258de8cc6b5f05452114a87590e
Component: engine
2016-03-14 13:34:06 +01:00