Victor Vieux
c5da071b25
Merge pull request #1382 from monnand/650-http-utils
...
650 http utils and user agent field
Upstream-commit: feda3db1dd1c76d2866c2a628e28a4999b5b88da
Component: engine
2013-08-05 08:49:12 -07:00
Andrew Macgregor
9ddc15ebda
Minor typos found while reading docs
...
Upstream-commit: ce97a71adf879a228f352ee10b7fb62ff86bc4e6
Component: engine
2013-08-05 22:47:16 +08:00
Isao Jonas
d445832a9e
added tests for 1405
...
Upstream-commit: d00fb4096700cd8feed06ca32c93f080fb6446b1
Component: engine
2013-08-05 09:30:27 -05:00
Isao Jonas
fe0fe92945
fix entrypoint without cmd
...
Upstream-commit: 0f249c85ea9acc7fba33994aa5d20a897463db2c
Component: engine
2013-08-05 09:07:03 -05:00
Ken Cochrane
8f44de0140
Merge pull request #1400 from gorsuch/doc-typo
...
* Documentation: fix a typo in the ubuntu installation guide
Upstream-commit: a37b42b57cd1f372c1583fa3b46b30120401e2ff
Component: engine
2013-08-05 07:05:27 -07:00
Victor Vieux
0d7e5a8037
Merge pull request #1182 from dotcloud/change_build_usage
...
change tag -> repository name (and optionally a tag) in build usage
Upstream-commit: dd8c59892c791b468bcde219cfeb2adb5e7a702a
Component: engine
2013-08-05 04:08:33 -07:00
Victor Vieux
bd5fa21461
add docs
...
Upstream-commit: a97cf23355e661d0336a71b5225ad463efa41297
Component: engine
2013-08-05 11:07:27 +00:00
Victor Vieux
37bc41c2c0
Merge pull request #1389 from dotcloud/1373-improve_checklocaldns
...
Consider empty /etc/resolv.conf as local dns + add unit test
Upstream-commit: 030cc8d5cc2df5a8f8f6acb3724c1e6016363d95
Component: engine
2013-08-05 02:29:36 -07:00
Sam Alba
193eaad413
Always consider localhost as a domain name when parsing the FQN repos name
...
Upstream-commit: c22f2617ad8ed2450d4d9dbb6e6ec39da4e51f2f
Component: engine
2013-08-04 17:59:12 -07:00
Sam Alba
026e661083
Reduce connect and read timeout when pinging the registry (fixes issue #1363 )
...
Upstream-commit: c860945be25c7768ee456b5a71524631ec0dddbd
Component: engine
2013-08-04 17:42:24 -07:00
Daniel Nordberg
8681336287
'Base' is depreciated and should no longer be referenced in the docs.
...
https://groups.google.com/forum/\#!topic/docker-club/pEjqMgcrnqA
Upstream-commit: 51d0c9238bb01088c08048e022b948a292f815ab
Component: engine
2013-08-05 01:34:32 +03:00
Faiz K
7c9fe26485
bash commands while in the container aren't in the transcript! Added.
...
Upstream-commit: 22df1249b582a80f0a1c57d647549d0b91f1cb30
Component: engine
2013-08-04 08:26:56 -05:00
David Calavera
02c7927a92
Print a new line after getting the password from stdin.
...
Upstream-commit: bdaa87ff2158781c0772e1cab26b52ae6ec07ce4
Component: engine
2013-08-03 21:30:07 -07:00
Michael Gorsuch
e591df1e08
typo: s/connexions/connections
...
Upstream-commit: db0ccaac9b4e9e12d4e33e5d48e437771aaf8dcd
Component: engine
2013-08-03 22:11:59 -05:00
David Calavera
486c942e2b
Exit if there is any error reading from stdin.
...
Upstream-commit: 4089a20cf476d2241b051d9ba913b7adde90661d
Component: engine
2013-08-03 17:27:15 -07:00
David Calavera
7656c6dc55
Stop making a raw terminal to ask for registry login credentials.
...
It only disables echo asking for the password and lets the terminal to handle everything else.
It fixes #1392 since blank spaces are not discarded as they did before.
It also cleans the login code a little bit to improve readability.
Upstream-commit: 75ac50a9a0669b464a95e069e66da5d47df9182f
Component: engine
2013-08-03 16:43:20 -07:00
David Calavera
b4b1066319
Merge branch 'master' into login_signal
...
* master: (54 commits)
Return JSONError for HTTPResponse error
Fix TestEnv
Revert "Bind daemon to 0.0.0.0 in Vagrant. Fixes #1304 "
Add unit tests for build no cache
Add no cache for docker build
Move note about officially supported kernel
Solved the logo being squished in Safari
Add hostname to the container environment.
fix same issue in api.go
improve tests
Return registy status code in error
update http://get.docker.io/latest
Add check that the request is good
fix tests about refactor checksums
add ufw doc
Fixed a couple of minor syntax errors.
Updated the description of run -d
Make sure the index also receives the checksums
Switch json/payload order
Remove unused parameter
...
Upstream-commit: 58e0c68132ba59ac79f403e46b232a16cd5f0a8c
Component: engine
2013-08-03 15:43:43 -07:00
David Calavera
86120a1f50
Sort APIImages by most recent creation date.
...
Fixes #985 .
Upstream-commit: cd6aeaf97912a0c18994c978a4b58678e671d9ee
Component: engine
2013-08-03 15:35:36 -07:00
Tobias Schmidt
b034acd005
Clarify Amazon EC2 installation type
...
Make clear this documentation is about installing docker on EC2 with the
help of vagrant, which doesn't make it easy to start multiple instances,
instead of plain vanilla EC2 installation.
Upstream-commit: 708cd3458696101a4aa78d4e8086a29158e133cf
Component: engine
2013-08-03 17:31:20 +07:00
Guillaume J. Charmes
6b62e3168d
Merge pull request #1298 from crosbymichael/1246-auth-request
...
* Registry: Do not require login unless 401 is received on push
Upstream-commit: 4dcc0f316c6dbcad3932b483ad0946a4b7d526cc
Component: engine
2013-08-02 17:39:54 -07:00
Michael Crosby
3029f070e6
Return JSONError for HTTPResponse error
...
Upstream-commit: dae585c6e4c19817b2dbd106171728a0bb564ccc
Component: engine
2013-08-03 00:27:58 +00:00
Andy Rothfusz
a616b1d2ff
Merge pull request #1375 from grobie/patch-1
...
Move note about officially supported kernel
Upstream-commit: b1d994e3b93280bbe55d208c51e4d9fa712f388f
Component: engine
2013-08-02 17:24:15 -07:00
Guillaume J. Charmes
46b9c95887
Fix TestEnv
...
Upstream-commit: dde8f74ceae83f26386ec29e42f615fdc7945e80
Component: engine
2013-08-02 15:58:10 -07:00
Daniel Mizyrycki
2a3da65093
Merge pull request #1388 from titanous/revert-vagrant-bind
...
Revert "Bind daemon to 0.0.0.0 in Vagrant. Fixes #1304 "
Upstream-commit: 9e3d18e6068340f673bca79c3703517e0b538e83
Component: engine
2013-08-02 15:26:05 -07:00
Guillaume J. Charmes
71b5dff299
Consider empty /etc/resolv.conf as local dns + add unit test
...
Upstream-commit: 3e9575e275c40acb04c505fa14c1ac63ba490b75
Component: engine
2013-08-02 15:23:36 -07:00
Jonathan Rudenberg
48643d0043
Revert "Bind daemon to 0.0.0.0 in Vagrant. Fixes #1304 "
...
This reverts commit bdc79ac8b2dfad302f9e144711067a566726cfa2.
Upstream-commit: 07fee445593982ef9063a184c05ba93ecacd2e65
Component: engine
2013-08-02 19:18:02 -03:00
Joe Van Dyk
294e6e6582
Update amazon.rst to explain that Vagrant is not necessary for running Docker on ec2
...
Upstream-commit: b6bff0cbb15535b3d1bc991b975c3df35061aa83
Component: engine
2013-08-02 15:10:57 -07:00
Guillaume J. Charmes
f9de212d00
Merge pull request #1384 from crosbymichael/1326-build-without-cache
...
* Builder: Add no cache for docker build
Upstream-commit: ead7eb619ed5a60a5ffab62827aa4a3c761504e8
Component: engine
2013-08-02 14:38:34 -07:00
Guillaume J. Charmes
13233c6186
Merge pull request #1350 from ndarilek/1348-add-hostname-to-environment
...
Runtime: add hostname to environment
Upstream-commit: 29de2432eaf4fdb3d1545693d9c80af4538dbda3
Component: engine
2013-08-02 13:58:43 -07:00
Guillaume J. Charmes
d99bd7febd
Merge pull request #1117 from dotcloud/add_last_version-feature
...
Add last stable version in `docker version`
Upstream-commit: ffcba1236c3ba743b8920c6bf559fe2aa55daf25
Component: engine
2013-08-02 13:53:33 -07:00
Guillaume J. Charmes
b6c9a46ec6
Merge pull request #1336 from dotcloud/fix_ADD_permissions
...
Builder: Make sure ADD will create everything in 0755
Upstream-commit: 0f088d28c52f9163f1d50336b9da9cf770c955b9
Component: engine
2013-08-02 13:52:19 -07:00
Daniel Mizyrycki
fa165e7be8
Merge pull request #1346 from dotcloud/1117-update_latest_in_dockerbuilder
...
update http://get.docker.io/latest
Upstream-commit: 16917275ee13c67752f14325cbfe4c3512572654
Component: engine
2013-08-02 13:51:23 -07:00
Andy Rothfusz
96cf1ff846
Merge pull request #1343 from dotcloud/ufw_doc
...
Add ufw doc
Upstream-commit: 09ab2bfa1d7597fbaadef98ce74817152f225365
Component: engine
2013-08-02 13:33:26 -07:00
Michael Crosby
b7d9cc36c6
Add unit tests for build no cache
...
Upstream-commit: b9f06959244e3f77eb212c7c234b06eb7b750999
Component: engine
2013-08-02 19:12:38 +00:00
Nan Monnand Deng
a320ff8945
update auth_test.go
...
Upstream-commit: 7bade49d4c661c5037de586e6f69291999038ef9
Component: engine
2013-08-02 14:08:16 -04:00
Michael Crosby
ac12d9b409
Add no cache for docker build
...
Add a new flag to disable the image cache when building images.
Upstream-commit: 3a123bc479457c4dfa14e39b7c42d9a9dccf8c32
Component: engine
2013-08-02 16:18:54 +00:00
Nan Monnand Deng
9660113205
factory generated from one place.
...
Upstream-commit: 5bc344ab73f73a1fb5bea0933a031ad0418cb8f8
Component: engine
2013-08-02 04:10:26 -04:00
Nan Monnand Deng
1c96da0a53
auth with user agent
...
Upstream-commit: 4bd287e107eab1623a0e77aeaecda77fc26e7536
Component: engine
2013-08-02 03:30:45 -04:00
Nan Monnand Deng
4e4b48bb11
Server now use request factory
...
Upstream-commit: 6a56b7b391ac967540915c2ee8f82b23714ad84c
Component: engine
2013-08-02 03:23:46 -04:00
Nan Monnand Deng
63124b5509
reqFactory in Registry
...
Upstream-commit: 7dac26ce69b442d55122caa2897572d3ac8255fa
Component: engine
2013-08-02 03:08:08 -04:00
Nan Monnand Deng
f137da22a4
http utils
...
Upstream-commit: 793fd983ef937d2bea1edf5d8d855e2a452a4aa7
Component: engine
2013-08-02 02:47:58 -04:00
Tobias Schmidt
da0dfa9ebd
Move note about officially supported kernel
...
It seems this a general note about kernel issues and not specific to Cgroups or namespaces.
Upstream-commit: 2424480e2ce14d848c041c53cc041aab91308081
Component: engine
2013-08-02 12:24:38 +07:00
Guillaume J. Charmes
ce7a658e04
Make sure the routes IP are taken into consideration + add unit test for network overlap detection
...
Upstream-commit: f5a8e90d101cd2dbb4ce19543ed15fff48579877
Component: engine
2013-08-01 18:12:39 -07:00
Daniel Mizyrycki
55962b1db1
testing, issue #1331 : Add registry functional test to docker-ci
...
Upstream-commit: 2e7df5182cc94e3699ebc1031e89b1605f9d42f9
Component: engine
2013-08-01 17:48:17 -07:00
Daniel Mizyrycki
a4aa2bc965
Merge pull request #1333 from dotcloud/1331-testing-registry
...
testing, issue #1331 : Add registry functional test to docker-ci
Upstream-commit: ea2486d6316b005eb55f8784acfdfd94ed7aba63
Component: engine
2013-08-01 16:00:29 -07:00
Steeve Morin
2eba08c4b7
Handle ip route showing mask-less IP addresses
...
Sometimes `ip route` will show mask-less IPs, so net.ParseCIDR will fail. If it does we check if we can net.ParseIP, and fail only if we can't.
Fixes #1214
Fixes #362
Upstream-commit: 2e72882216ce13169a578614202830a5b084bfb4
Component: engine
2013-08-01 02:42:22 +02:00
Thatcher
0023e3413a
Merge pull request #1365 from dhrp/solve-logo-squish
...
Solved the logo being squished in Safari
Upstream-commit: d1e1a8e78cf7a315bd3083d120220a96663fe5ff
Component: engine
2013-07-31 15:06:26 -07:00
Thatcher
9fb9438668
Some more improvements on the docs readme. Removed references to website.
...
Upstream-commit: ad3b091d535cde5544ec3c11da4cf8d9b278a325
Component: engine
2013-07-31 13:59:56 -07:00
Thatcher Peskens
0a6a10bae5
Updated docs README with instructions to preview the generated manfile, and where to get the one generated by sphinx.
...
Upstream-commit: 26229d78f2b77592ab6761a4ffce38ab7d859f3b
Component: engine
2013-07-31 13:44:10 -07:00
Thatcher Peskens
d69f94df65
Solved the logo being squished in Safari
...
Upstream-commit: e0c24ccfc37b64eb919c5675d8a8f383201fa7cb
Component: engine
2013-07-31 12:17:42 -07:00