a28b4da480
Merge pull request #810 from dotcloud/proxy-fix
...
fix regression on proxy
Upstream-commit: c566c8efc7dad967e1dcb59afbe034fa42f543ff
Component: engine
2013-06-04 08:46:40 -07:00
ae659077aa
fix proxy
...
Upstream-commit: 06b585ce8a397fffcc9051e2faa6f968e51fccd5
Component: engine
2013-06-04 15:44:27 +00:00
f0b09674bb
some installations of ubuntu 13.04 (digital ocean Ubuntu 13.04 x64 Server in this case) require software-properties-common to be installed before being able to use add-apt-repository
...
Upstream-commit: e61af8bc62c84a1bc70d0b323c1b6bf21dddb4b6
Component: engine
2013-06-04 10:40:44 -04:00
f1e23ad555
bump to master
...
Upstream-commit: b6825f98c04f5d42efa4d7c177d66466ad404f4f
Component: engine
2013-06-04 14:00:18 +00:00
9c0086fb7d
drop/omit
...
Upstream-commit: 86ada2fa5d00820288df8a59eca3deef83f4aeb6
Component: engine
2013-06-04 13:51:12 +00:00
51d3c4635e
go vet
...
Upstream-commit: b515a5a9ec5792c67be5fe8476df96903f43df71
Component: engine
2013-06-04 13:24:58 +00:00
19f2b9dadf
Add flag to enable cross domain requests in Api
...
Add the -api-enable-cors flag when running docker
in daemon mode to allow CORS requests to be made to
the Remote Api. The default value is false for this
flag to not allow cross origin request to be made.
Also added a handler for OPTIONS requests the standard
for cross domain requests is to initially make an
OPTIONS request to the api.
Upstream-commit: 6d5bdff3942ce5e030b2cbd1510f418de25a1a53
Component: engine
2013-06-03 21:39:00 -04:00
6f2fd272da
Fix stale command with stdout is not allocated
...
Upstream-commit: 0ca88443985e7a944106ed4ceaf877a97f1ca2ec
Component: engine
2013-06-03 17:39:29 -07:00
b65061b897
Merge pull request #797 from dotcloud/registry-fix-missing-body-close
...
registry.go: Fixed missing Body.Close()
Upstream-commit: 10ef4f7f39681ec538dbd535971dddb420666f27
Component: engine
2013-06-03 14:43:50 -07:00
306e5f4f64
Disabled HTTP keep-alive in the default HTTP client for Registry calls
...
Upstream-commit: cff3b37a61b8da883437eec799b7b852d22538f0
Component: engine
2013-06-03 14:42:21 -07:00
ee3b9d2023
allow docker run <name>:<id>
...
Upstream-commit: d26a3b37a6a8d42b9e7cb7486b928170c43e052e
Component: engine
2013-06-03 20:00:15 +00:00
717b10789e
Minor changes in registry.go
...
Upstream-commit: 82dd963e08778f8c563e058f1b19ccc358965615
Component: engine
2013-06-03 12:20:52 -07:00
a771e69314
Fixed missing Body.Close when doing some HTTP requests. It should improve some request issues.
...
Upstream-commit: 830c458fe761aca5ad2facec33b3d0798caab116
Component: engine
2013-06-03 12:14:57 -07:00
82e1f15eb6
Changed some text on the website to include docker-club
...
Fixed a link in the FAQ on the docs
Fixed a detail in the Makefile for pushing the site to dotcloud
Upstream-commit: 38f29f7d0c9cbdb4c458834d403fc128dcce3117
Component: engine
2013-06-03 11:45:19 -07:00
97e782d8ec
Bumped version to 0.4.0
...
Upstream-commit: a8ae398bf52e97148ee7bd0d5868de2e15bd297f
Component: engine
2013-06-03 10:59:48 -07:00
db19220e91
removed auth in pull
...
Upstream-commit: 7e59b83053bceb683a198786290bc61da81581be
Component: engine
2013-06-03 17:51:52 +00:00
f60d18aee0
Merge pull request #794 from dotcloud/780-diff-fix2
...
- Runtime: remove TrimLeft as it's go1.1
Upstream-commit: 7a4408f608a6500cc784801616eb8c034b052e04
Component: engine
2013-06-03 10:41:08 -07:00
13478f8034
remove TrimLeft as it's go1.1
...
Upstream-commit: 854039b6ba9c707af07f9966b39150ce23150920
Component: engine
2013-06-03 17:25:51 +00:00
c899bd530a
Merge pull request #792 from dotcloud/780-diff-fix
...
- Runtime: fix Path corruption in 'docker diff'
Upstream-commit: 070923b14f734fe14bec4f0a4cd406f0101671d3
Component: engine
2013-06-03 10:06:25 -07:00
bf3d64f839
added test
...
Upstream-commit: 71b1657e8d22b6dfa0a426f6244c6a3101f66bc4
Component: engine
2013-06-03 17:02:57 +00:00
86bcc0fb50
Merge pull request #793 from dotcloud/774-remove_login_check_on_pull-fix
...
- Registry: remove login check on pull
Upstream-commit: 1bafe9da26c9f4671dbdf54f4a45956dd01f1d7d
Component: engine
2013-06-03 09:37:02 -07:00
93fe030b0e
remove check on login
...
Upstream-commit: 1ce4ba6c9f381f7931615644675b0cad33e74492
Component: engine
2013-06-03 15:33:29 +00:00
2315df225e
([a-z0-9_]{4,30})/([a-zA-Z0-9-_.]+)
...
Upstream-commit: a55a0d370dfca169e0220a01c292c7d41ad0b557
Component: engine
2013-06-03 14:23:57 +00:00
7aca08c70b
Merge pull request #784 from dotcloud/remove_cgo_dependency
...
* Runtime: Remove cgo dependency
Upstream-commit: 2b1b3c1270c41a1c4c71ba2be9f33af68ea22861
Component: engine
2013-06-03 07:03:17 -07:00
7c20a7a163
Update test to reflect new ApiInfo struct
...
Upstream-commit: 8243f2510e0ff0af8df18bf0febab819529106d4
Component: engine
2013-06-03 06:44:00 -07:00
d1a021f5ce
Merge pull request #772 from dotcloud/improve_version_info_cmds
...
* API: Improve version info cmds
Upstream-commit: 0443cc351d1202063c79a4de5497878f9a9e674e
Component: engine
2013-06-03 06:36:09 -07:00
a5e3ae8f4a
bump master
...
Upstream-commit: ca902b6be4cb04f3f885af750609f74effd75d3d
Component: engine
2013-06-03 12:37:51 +00:00
112edbea98
add debug
...
Upstream-commit: 844a8db6c68fbd964d316c69964b29b2dc6f06b3
Component: engine
2013-06-03 12:21:22 +00:00
f6d51d4fe0
added docs and moved to api version 1.2
...
Upstream-commit: 3dd1e4d58c9d676d49f41db450c3d42901526edc
Component: engine
2013-06-03 12:09:16 +00:00
5a833bafbe
bump to master
...
Upstream-commit: 62c78696cda5660524dee596a07aac66d89437af
Component: engine
2013-06-03 11:06:13 +00:00
b46afe4bec
fix Path corruption in 'docker diff'
...
Upstream-commit: e16c93486d16ac4f3a05f720ee6478b5cef93f10
Component: engine
2013-06-03 10:19:20 +00:00
d6fb397281
Meta: added Guillaume as primary maintainer for tty code
...
Upstream-commit: e42eb7fa8c22e7451e06c28d9125fc7534239c89
Component: engine
2013-06-02 23:42:18 -07:00
59649c5a44
Merge pull request #787 from gasi/nodejs-centos-docs
...
* Documentation: Deploying a Node.js Web App on CentOS
* Documentation: small formatting improvements
Upstream-commit: cebfde9ea550677d596520448f43cde6de3605c0
Component: engine
2013-06-02 23:27:29 -07:00
d679be7e02
Merge pull request #785 from jweede/master
...
* Documentation: spelling correction in website
Upstream-commit: eff7a15bea95402846df9fea604c5a7040f43055
Component: engine
2013-06-02 23:14:09 -07:00
43b70fa498
Document installation of npm dependencies /ht @grigio
...
Upstream-commit: 82dadc200593e39f0979159d46afccf64f1e7a83
Component: engine
2013-06-02 20:10:22 -07:00
7597a88061
Merge pull request #789 from samjsharpe/fix-extra-brace
...
Removes a brace in the description of the wait command
Upstream-commit: 2d52d4d61490a44203bfb614076dbf3d806b2c14
Component: engine
2013-06-02 15:22:11 -07:00
1731739b24
Removes a brace in the description of the wait command
...
Upstream-commit: ca5ae266b762d34075524d869e27f0daaa79265c
Component: engine
2013-06-02 22:40:56 +01:00
a432f97e17
Add link at the beginning
...
Upstream-commit: 464765b940c8194c302b89891dc06b8fcc1b37ff
Component: engine
2013-06-01 22:16:26 -07:00
409c1d534a
Add Node.js web app example using CentOS
...
Upstream-commit: e9ffc1e49998d42f37b39cd23b56b73f7dc0e3da
Component: engine
2013-06-01 22:06:53 -07:00
657224f8b4
Use code blocks
...
Upstream-commit: 4fb9a6eafb981ed66fe547fe29c11525f40d0640
Component: engine
2013-06-01 22:03:41 -07:00
a6d08b401d
Name examples consistently
...
Upstream-commit: 157547845acd8a0633df72e01d22bad9cbec578b
Component: engine
2013-06-01 22:03:28 -07:00
74278bf53f
Use title case for consistency
...
Upstream-commit: 2935ca7ee2879723c786b86ee87cc1be26dad7b8
Component: engine
2013-06-01 22:03:12 -07:00
445dfaf8b1
Use em dash in title
...
Upstream-commit: 23452f1573e7887b638a4e69a4cf90d757921885
Component: engine
2013-06-01 22:02:24 -07:00
aee770cf4d
Fix typo
...
Upstream-commit: f6f345b1fe0ecc1adba449b0078d96388dd48892
Component: engine
2013-06-01 21:55:01 -07:00
cf5d33839b
Add more tags
...
Upstream-commit: e3fd61ad74521b1a94502cf8dcc7c450f035c168
Component: engine
2013-06-01 21:27:27 -07:00
4902d73b72
Make style consistent
...
Upstream-commit: 01ce63aacdd975130244f4be70bc90736e85d457
Component: engine
2013-06-01 21:26:58 -07:00
fef5363d7d
Add Mac OS X instructions for doc tools
...
Upstream-commit: 3ca9c11110ff5068fd453a3e8aa0b39ee26d363c
Component: engine
2013-06-01 21:26:18 -07:00
76d5aac68b
Add make server command to preview docs
...
Upstream-commit: b4df0b17afef027e88f0536cbfc9518e04f62eec
Component: engine
2013-06-01 21:25:51 -07:00
2fce4aa919
Spelling correction in docs
...
Upstream-commit: 7f65bf508e5930df48e3e3de2ed9a5a62a66446c
Component: engine
2013-06-01 21:48:32 -04:00
a2376ec542
Move Termios struct to os specific file
...
Upstream-commit: a70dd65964340b5c4ccedf497a2605b13e7ac8a8
Component: engine
2013-06-01 16:19:50 -07:00