Guillaume J. Charmes
|
c255976909
|
Merge pull request #557 from dotcloud/improve_checksum
* Registry: Improve checksum
|
2013-05-08 16:30:42 -07:00 |
|
Guillaume J. Charmes
|
0e23b4e10e
|
Store the checksums when pulling a repository
|
2013-05-08 16:27:35 -07:00 |
|
Guillaume J. Charmes
|
d6c24092eb
|
+ Runtime: Add go version to debug infos
|
2013-05-08 15:35:35 -07:00 |
|
Victor Vieux
|
24c785bc06
|
fix login
|
2013-05-08 23:57:14 +02:00 |
|
Guillaume J. Charmes
|
6cafed45af
|
Better error output upon push failure
|
2013-05-08 14:19:38 -07:00 |
|
Victor Vieux
|
1d42cbaa21
|
removed useless returns
|
2013-05-08 23:19:24 +02:00 |
|
Guillaume J. Charmes
|
3484781a6f
|
Merge pull request #562 from tianon/go1.1
- Makefile: Swap "go get" for "go get -d", especially to compile on go1.1rc
|
2013-05-08 14:15:03 -07:00 |
|
Tianon Gravi
|
c4ad6b077d
|
Swap "go get" for "go get -d", especially to compile on go1.1rc; fixes #561
|
2013-05-08 14:51:50 -06:00 |
|
Ken Cochrane
|
45b5d3027e
|
Merge pull request #559 from dhrp/docs-table-th-fix
- Documentation: CSS fix for docker documentation to make REST API docs look better.
|
2013-05-08 12:18:33 -07:00 |
|
Thatcher Peskens
|
070b1cd541
|
Added a line to css to make sure th woul align left.
|
2013-05-08 12:13:31 -07:00 |
|
Guillaume J. Charmes
|
8ff1765674
|
Make the checksum async within commit
|
2013-05-08 12:01:12 -07:00 |
|
Guillaume J. Charmes
|
c4ebf870c8
|
Use make instead of new
|
2013-05-08 10:35:41 -07:00 |
|
Victor Vieux
|
bf605fcfc7
|
fix commit without run parameter
|
2013-05-08 19:21:52 +02:00 |
|
Victor Vieux
|
954ecac388
|
fix doc and empty content-type
|
2013-05-08 18:52:01 +02:00 |
|
Victor Vieux
|
4a1e0d321e
|
change content-type and small fix in run
|
2013-05-08 18:36:37 +02:00 |
|
Victor Vieux
|
bc3fa506e9
|
added pagination on ps
|
2013-05-08 18:28:11 +02:00 |
|
Victor Vieux
|
075e1ebb0e
|
remove useless port endpoint
|
2013-05-08 18:06:43 +02:00 |
|
Victor Vieux
|
60ddcaa15d
|
changes 2 endpoints to avoid confusion, changed some parameters, fix doc, add api unit tests
|
2013-05-08 17:35:50 +02:00 |
|
Guillaume J. Charmes
|
cacc7e564a
|
Fix non exiting client issue
|
2013-05-07 23:32:17 -07:00 |
|
Guillaume J. Charmes
|
2ac4e662f1
|
Small fix
|
2013-05-07 18:16:24 -07:00 |
|
Guillaume J. Charmes
|
57cfe72e8c
|
Replace os.File with io.ReadCloser and io.Writer
|
2013-05-07 18:06:49 -07:00 |
|
Guillaume J. Charmes
|
755604a2bd
|
Fix routes in api.go
|
2013-05-07 17:35:33 -07:00 |
|
Guillaume J. Charmes
|
891c5202ea
|
Factorize api.go
|
2013-05-07 17:27:09 -07:00 |
|
Guillaume J. Charmes
|
ab96da8eb2
|
Use bool instead of string for flags
|
2013-05-07 16:47:43 -07:00 |
|
Guillaume J. Charmes
|
279db68b46
|
Use Fprintf instead of Fprintln
|
2013-05-07 16:36:49 -07:00 |
|
Guillaume J. Charmes
|
b56b2da5c5
|
Refactor api.go to use a factory with named functions
|
2013-05-07 16:33:12 -07:00 |
|
Victor Vieux
|
a0880edc63
|
removed useless buffered pipe in import
|
2013-05-07 23:56:45 +02:00 |
|
Victor Vieux
|
4d30a32c68
|
removed RAW mode on server
|
2013-05-07 23:15:42 +02:00 |
|
Victor Vieux
|
a5b765a769
|
remove useless wait in run
|
2013-05-07 22:52:58 +02:00 |
|
Victor Vieux
|
ac0e27699c
|
display id on run -s stdin
|
2013-05-07 21:36:24 +02:00 |
|
Victor Vieux
|
32cbd72ebe
|
Merge branch 'master' into remote-api
|
2013-05-07 21:02:32 +02:00 |
|
Victor Vieux
|
4079411375
|
fix run no parameter
|
2013-05-07 20:59:04 +02:00 |
|
Jérôme Petazzoni
|
eef8b0d406
|
propagate CpuShares in mergeConfig
|
2013-05-07 11:44:38 -07:00 |
|
Jérôme Petazzoni
|
af9f559f2e
|
in the tests, use a non-default value for cpu.shares
|
2013-05-07 11:44:24 -07:00 |
|
Jérôme Petazzoni
|
e36752e033
|
if -c is not specified, do not set cpu.shares (instead of using the default value of 1024)
|
2013-05-07 11:43:45 -07:00 |
|
Victor Vieux
|
59a6316f5e
|
added search
|
2013-05-07 20:43:31 +02:00 |
|
Guillaume J. Charmes
|
7b1ec9ff30
|
Merge pull request #539 from justone/fix-byparent
- Images: fix ByParent function
|
2013-05-07 11:34:59 -07:00 |
|
Guillaume J. Charmes
|
244e6022ec
|
Merge pull request #550 from unclejack/handle-empty-kernel-flavor-without-dash
* Runtime: kernel version - don't show the dash if flavor is empty
|
2013-05-07 11:24:25 -07:00 |
|
Guillaume J. Charmes
|
f8dd04d567
|
Merge pull request #552 from dotcloud/548-no_command_panic-fix
- Builder: Check the command existance prior create and add Unit tests for the case
|
2013-05-07 11:19:34 -07:00 |
|
Guillaume J. Charmes
|
42b1ea4889
|
Check the command existance prior create and add Unit tests for the case
|
2013-05-07 11:18:13 -07:00 |
|
Jérôme Petazzoni
|
efd9becb78
|
implement "-c" option to allocate a number of CPU shares to a container
|
2013-05-07 11:16:30 -07:00 |
|
unclejack
|
d2eb2455a1
|
kernel version - don't show the dash if flavor is empty
|
2013-05-07 20:57:21 +03:00 |
|
Guillaume J. Charmes
|
a2b5196061
|
Merge pull request #543 from dotcloud/pull-official-tag-fix
- Registry: Fix pull for official images with specific tag
|
2013-05-07 10:56:37 -07:00 |
|
Ken Cochrane
|
f46ab22b7a
|
Merge pull request #544 from DanielVF/master
- Documentation: Fixed CouchDB example page header mistake
|
2013-05-07 10:51:35 -07:00 |
|
Ken Cochrane
|
074310063d
|
Merge pull request #535 from dhrp/website_update
* Documentation: updated www.docker.io website.
|
2013-05-07 10:45:29 -07:00 |
|
Guillaume J. Charmes
|
01575e1f67
|
Merge pull request #542 from dotcloud/docker-search
+ Registry: Add docker search top level command in order to search a repository
|
2013-05-07 10:43:19 -07:00 |
|
Victor Vieux
|
97fdfab446
|
Merge branch 'master' into remote-api
|
2013-05-07 19:42:36 +02:00 |
|
shin-
|
82513815f1
|
Added actual doc file
|
2013-05-07 10:31:55 -07:00 |
|
shin-
|
4df26b9ee7
|
Added doc page for new search command
|
2013-05-07 10:29:49 -07:00 |
|
Victor Vieux
|
10c0e99037
|
update to master
|
2013-05-07 19:23:50 +02:00 |
|