shin-
|
ea3374bcb0
|
Prepend hash method to the image checksum
|
2013-05-06 10:54:55 -07:00 |
shin-
|
6e936c8fd3
|
Follow redirections when sending PUT request in PushRepository
|
2013-05-06 10:54:53 -07:00 |
shin-
|
4cd9e4722c
|
Fixed graph.Checksums()
|
2013-05-06 10:54:52 -07:00 |
shin-
|
630d358384
|
Fixed checksum representation
|
2013-05-06 10:54:50 -07:00 |
shin-
|
84be35dce1
|
Fixed docker login
|
2013-05-06 10:54:48 -07:00 |
shin-
|
23953e7d67
|
Style changes in auth.Login
|
2013-05-06 10:54:46 -07:00 |
shin-
|
6644a3c78a
|
Reactivated CmdPush in commands.go
|
2013-05-06 10:54:45 -07:00 |
shin-
|
e179c66400
|
Reimplemented docker pull for new registry API (command is still deactivated)
|
2013-05-06 10:54:41 -07:00 |
shin-
|
048fd671ef
|
Implemented checksum computation on image creation (necessary for new push primitive)
|
2013-05-06 10:52:42 -07:00 |
shin-
|
7c1a27e2ad
|
gofmt pass
|
2013-05-06 10:52:10 -07:00 |
shin-
|
1cf8a2c26c
|
Changed some of the routes to reflect changes made to the API ; added HTTPClient singleton to the graph object
|
2013-05-06 10:52:08 -07:00 |
shin-
|
e639309a7a
|
Reimplemented feature: downloading all tags on a repository using docker pull. Temporarily commented out CmdPush
|
2013-05-06 10:51:10 -07:00 |
shin-
|
2f082510a7
|
Implemented new version of PullRepository. Missing support for whole repository pull (= no tag specified)
|
2013-05-06 10:51:07 -07:00 |
shin-
|
2421838b0a
|
Support for the new registry/index API (wip)
|
2013-05-06 10:51:04 -07:00 |
Ken Cochrane
|
58ca46af39
|
Merge pull request #500 from kencochrane/registry-api-doc
added Docker Index search API doc
|
2013-05-06 10:44:50 -07:00 |
Ken Cochrane
|
09d4b9452d
|
added new sphinx contrib extention for better REST API docs, and changed the index search API so that it uses the new docs, as a test to make sure it works correctly
|
2013-05-06 13:38:51 -04:00 |
Ken Cochrane
|
d78b2d4ade
|
Merge github.com:dotcloud/docker into registry-api-doc
|
2013-05-06 13:13:17 -04:00 |
Barry Allard
|
424cc678eb
|
closes #522
|
2013-05-04 21:20:41 -07:00 |
Solomon Hykes
|
1561232261
|
First draft of new README. Feedback and contributions welcome!
|
2013-05-04 19:47:57 -07:00 |
Solomon Hykes
|
e392b7ee9b
|
Merge pull request #515 from drnic/vagrant_overrides
Allow reuse of existing vagrant boxes by env variables
|
2013-05-04 16:47:17 -07:00 |
Guillaume J. Charmes
|
c3a5dd76cf
|
Merge pull request #520 from dotcloud/519-no_command_specified-fix
- runtime: Fix the command existance check
|
2013-05-04 12:03:08 -07:00 |
Nate Jones
|
359ecf88de
|
add doc for images -viz
|
2013-05-03 21:12:43 -07:00 |
Nate Jones
|
3dba4022ad
|
add tests for 'images' subcommand
|
2013-05-03 21:12:43 -07:00 |
Nate Jones
|
f4de9d919d
|
add image graph output (dot/graphviz)
|
2013-05-03 21:12:43 -07:00 |
Dr Nic Williams
|
04f41ebdbc
|
Allow reuse of existing vagrant boxes by env variables
Usage:
BOX_NAME=precise64 vagrant up
|
2013-05-03 15:35:51 -07:00 |
Guillaume J. Charmes
|
c34989f1c4
|
Merge pull request #501 from losinggeneration/fix_cgroup_memory_check
- runtime: strings.Split may return an empty string on no match
|
2013-05-03 14:29:43 -07:00 |
Solomon Hykes
|
a7c0e9a355
|
Fix a bug in the Makefile which caused dependency download to fail
|
2013-05-03 12:58:44 -07:00 |
Guillaume J. Charmes
|
19df5a7965
|
Merge pull request #487 from brunoqc/patch-2
* vagrant: Use only one deb line in /etc/apt
|
2013-05-03 11:55:16 -07:00 |
Harley Laue
|
589d7c68db
|
Check that the line is valid with 6 parts after split
|
2013-05-03 13:49:10 -05:00 |
Guillaume J. Charmes
|
8ef72cbc94
|
Merge pull request #508 from bdon/master
* docs: doc fix
|
2013-05-03 11:41:14 -07:00 |
Victor Vieux
|
75418ec849
|
Merge branch 'master' into remote-api
|
2013-05-03 17:59:11 +02:00 |
Victor Vieux
|
c6963da54e
|
makefile from master
|
2013-05-03 17:51:11 +02:00 |
Guillaume J. Charmes
|
b9ec03c21b
|
Fix the command existance check
|
2013-05-02 20:50:28 -07:00 |
Brandon Liu
|
6cbe27b7a5
|
correct documentation for where images are stored on filesystem.
|
2013-05-02 20:37:08 -07:00 |
Solomon Hykes
|
a82b60b30d
|
dockerbuilder: change order of dependencies
|
2013-05-02 19:22:41 -07:00 |
Solomon Hykes
|
c08d245539
|
dockerbuilder: let the Makefile upload to s3 with 'make release'
|
2013-05-02 18:11:54 -07:00 |
Guillaume J. Charmes
|
64d7bc442d
|
Fix server crash when running an image without command without autorun
|
2013-05-02 13:56:45 -07:00 |
Harley Laue
|
4bc8ef42d4
|
strings.Split may return an empty string on no match
* This fixes an index out of range crash if cgroup memory is not
enabled.
|
2013-05-02 14:44:41 -05:00 |
Guillaume J. Charmes
|
8378498951
|
Fix issue within mergeConfig preventing hostname and user to be set
|
2013-05-02 12:32:10 -07:00 |
Guillaume J. Charmes
|
1617a18258
|
Fix typo for command run docs
|
2013-05-02 12:11:57 -07:00 |
Solomon Hykes
|
6c1bb39c09
|
Fix date typos in changelog
|
2013-05-03 15:40:32 -07:00 |
Solomon Hykes
|
f6b5cd77eb
|
Merge branch 'master' of ssh://github.com/dotcloud/docker
|
2013-05-03 15:37:37 -07:00 |
Solomon Hykes
|
5ffd63070f
|
Bumped version to 0.2.2
|
2013-05-03 15:19:20 -07:00 |
Solomon Hykes
|
701132259d
|
+ Documentation: new example: sharing data between 2 couchdb databases
|
2013-05-03 15:13:12 -07:00 |
Solomon Hykes
|
18b8eeb484
|
+ Support for data volumes
|
2013-05-03 13:03:47 -07:00 |
Solomon Hykes
|
b6a5e604ab
|
Add s3 upload to 'make release'
|
2013-05-02 11:32:55 -07:00 |
Ken Cochrane
|
b682a8ea9e
|
added Docker Index search API doc
|
2013-05-02 14:32:38 -04:00 |
Solomon Hykes
|
6e486b638b
|
+ Hack: 'make s3release' uploads a clean build to s3
|
2013-05-02 11:25:49 -07:00 |
Bruno Bigras
|
74cd7e822d
|
Use only one deb line in /etc/apt
This prevents the script from filling up /etc/apt/sources.list with more than one deb line which cause a warning when updating.
|
2013-05-02 13:33:23 -04:00 |
Victor Vieux
|
4f0bda2dd5
|
up to date with master
|
2013-05-02 18:36:23 +02:00 |