Victor Vieux
b2aa877bf0
fix #1314 discard error when loading old container format
2013-07-29 16:40:35 +00:00
Victor Vieux
bb241c10e2
add regression tests
2013-07-29 12:16:14 +00:00
Victor Vieux
3852d05990
add ParseRepositoryTag tests
2013-07-29 12:16:01 +00:00
Victor Vieux
63876e7dbd
use ParseRepositoryTag instead on split on : in imagedelete
2013-07-29 12:15:27 +00:00
Solomon Hykes
97a2dc96f2
Remove deprecated copy from README
2013-07-28 12:57:09 -07:00
David Calavera
88b6ea993d
Remove unused argument.
2013-07-27 10:17:57 -07:00
David Calavera
d4f7039793
Do not show empty parenthesis if the default configuration is missing.
2013-07-27 10:00:36 -07:00
David Calavera
bb06fe8dd9
Allow to generate signals when termios is in raw mode.
2013-07-27 09:14:38 -07:00
Guillaume J. Charmes
4399f65fb8
Merge pull request #1318 from gaffo/compile_docs
...
Add required go version for compilation
2013-07-26 18:33:10 -07:00
Mike Gaffney
2d85a20c71
Add required go version for compilation
2013-07-26 18:29:27 -07:00
David Calavera
7cc90f2bc5
Use a more idiomatic syntax to capture the exit.
2013-07-26 18:12:05 -07:00
David Calavera
01ce312c2d
Exit from `docker login` on SIGTERM and SIGINT.
...
Fixes #1299 .
2013-07-26 17:40:45 -07:00
Guillaume J. Charmes
c01d17d77d
Merge pull request #1313 from titanous/update-authors
...
Update AUTHORS
2013-07-26 17:04:05 -07:00
Guillaume J. Charmes
ed0ba04da6
Merge pull request #1316 from dotcloud/1295-mkdir_ADD_issue
...
- Builder: Create directories with 755 instead of 700 within ADD instruction
2013-07-26 15:12:45 -07:00
Guillaume J. Charmes
b15cfd3530
- Builder: Create directories with 755 instead of 700 within ADD instruction
2013-07-26 14:57:16 -07:00
Guillaume J. Charmes
a438d505ba
Merge pull request #1272 from dotcloud/improve_registry_cookie
...
Make sure the cookie is used in all registry queries
2013-07-26 14:26:29 -07:00
Jonathan Rudenberg
5eb590e79d
Update AUTHORS
2013-07-26 15:48:01 -04:00
Jonathan Rudenberg
bdc79ac8b2
Bind daemon to 0.0.0.0 in Vagrant. Fixes #1304
2013-07-26 15:45:00 -04:00
Solomon Hykes
a97d858b2a
Clean up 'manifesto' in docs
2013-07-26 10:21:17 -07:00
Victor Vieux
e592f1b298
add regression test
2013-07-26 10:30:36 +00:00
Victor Vieux
513a567483
fix docs
2013-07-26 10:04:46 +00:00
Victor Vieux
faf103e6ec
Merge pull request #1305 from gaffo/fix-spelling
...
Change reserve-compatibility to reverse-compatibility
2013-07-26 02:40:56 -07:00
Victor Vieux
e608296bc6
fix wrong untag when using rmi via id
2013-07-26 09:19:26 +00:00
Mike Gaffney
4ebe2cf348
Change reserve-compatibility to reverse-compatibility
2013-07-26 01:10:42 -07:00
Thatcher Peskens
f4b63d9eea
Enabled the docs to generate manpages.
...
* changed conf.py to reference toctree.rst instead of index
* Added note to README to upgrade your sphinx to the latest version to prevent a bug with .. note:: blocks.
2013-07-25 17:19:58 -07:00
Andy Rothfusz
422378cb85
Merge pull request #1274 from dhrp/headings_website
...
Removed website and updated headings.
2013-07-25 16:43:27 -07:00
Guillaume J. Charmes
594c818d85
Merge pull request #1281 from dotcloud/505-output_after_pipe-fix
...
- Runtime: Fixes #505 - Make sure all output is send on the network before closing
2013-07-25 13:01:31 -07:00
Fareed Dudhia
d86898b014
Fixes 1136; Reopened from 1175 with latest changes.
2013-07-25 19:45:49 +00:00
Guillaume J. Charmes
be087c9c82
Merge pull request #1293 from dotcloud/585_use_0755_instead_of_0700
...
use 0755 instead of 0700
2013-07-25 12:40:44 -07:00
Guillaume J. Charmes
9cc8b72a38
Merge pull request #1288 from dlintw/1286-improve-import-txz-description
...
Fixes #1286 improve-import-txz-description
2013-07-25 12:37:37 -07:00
Guillaume J. Charmes
3425c1b84c
Make sure the cookie is used in all registry queries
2013-07-25 12:31:23 -07:00
shin-
12d575a6b1
Script cleans up downloaded repos, uses quiet build
2013-07-25 21:00:36 +02:00
Victor Vieux
1c509f4350
use 0755 instead of 0700
2013-07-25 15:45:15 +00:00
Victor Vieux
48833c7b07
add regression test + go fmt
2013-07-25 15:20:56 +00:00
Victor Vieux
f385f1860b
ensure mount in commit
2013-07-25 15:18:34 +00:00
Victor Vieux
01e98bf0dd
fix errors
2013-07-25 14:32:46 +00:00
Victor Vieux
f1dd299227
Use VT100 escape codes
...
:
2013-07-25 14:16:36 +00:00
Victor Vieux
7df6c4b9ad
Merge pull request #1283 from crosbymichael/username-not-set
...
Copy authConfigs on save so data is not modified
2013-07-25 06:31:34 -07:00
Daniel YC Lin
8f6b6d5784
Fixes #1286
2013-07-25 15:36:32 +08:00
Michael Crosby
0fc11699ab
Add regression test for authConfig overwrite
2013-07-25 03:25:16 +00:00
Michael Crosby
9332c00ca5
Copy authConfigs on save so data is not modified
...
SaveConfig sets the Username and Password to an empty string
on save. A copy of the authConfigs need to be made so that the
in memory data is not modified.
2013-07-25 00:35:52 +00:00
Guillaume J. Charmes
fd9ad1a194
Fixes #505 - Make sure all output is send on the network before closing
2013-07-24 15:48:51 -07:00
Guillaume J. Charmes
6ae3305040
Merge pull request #1277 from dotcloud/add_commands_unit_tests
...
* Tests: Reimplement old Commands unit tests in order to insure behavior
2013-07-24 15:24:51 -07:00
shin-
94053b4225
Brew: Added cache prefilling and build summary
2013-07-24 23:48:16 +02:00
shin-
77ff537697
Brew: Fixed docker-py requirement
2013-07-24 23:48:16 +02:00
shin-
362f1735e6
Brew: Avoid duplicate commands, added --debug option, added local repo support
2013-07-24 23:48:16 +02:00
shin-
7813f2a25e
Updated git repos for precise and raring
2013-07-24 23:48:16 +02:00
shin-
3781a2cc4b
Added definition file for busybox and updated ubuntu
2013-07-24 23:48:16 +02:00
shin-
d47df21a33
Add brew script to the contrib folder
2013-07-24 23:48:16 +02:00
Joffrey F
0ac672fea6
Use full hash references in library/
...
Brew doesn't currently support abridged hashes
2013-07-24 23:48:16 +02:00