Victor Vieux
d52af3f58f
Merge branch 'master' into add_unix_socket-feature
2013-06-19 12:49:27 +00:00
Victor Vieux
063c838c92
update docs
2013-06-19 12:48:50 +00:00
Guillaume J. Charmes
808faa6371
* API: Send all tags on History API call
2013-06-18 10:31:07 -07:00
Guillaume J. Charmes
02a002d264
Update documentation
2013-06-17 18:41:13 -07:00
Victor Vieux
e49f82b9e1
update docs
2013-06-14 10:10:26 +00:00
Victor Vieux
c46382ba29
rebase master
2013-06-13 17:58:06 +00:00
Solomon Hykes
5ecfe13be9
Merge branch '610-improve_rmi-feature'
...
* Runtime: improved image removal to garbage-collect unreferenced parents
- Runtime: fixed image removal to cleanly remove tags and repositories
2013-06-12 20:30:07 -07:00
Victor Vieux
f2383151cb
bump to master
2013-06-12 17:39:32 +00:00
Solomon Hykes
b4565af256
Merge branch 'master' of ssh://github.com/dotcloud/docker
2013-06-12 10:23:14 -07:00
Solomon Hykes
092c761cec
Merge pull request #853 from kencochrane/registry-api-1.1-fix
...
* Documentation: separate the registry and index API's into their own docs
2013-06-11 18:34:10 -07:00
Solomon Hykes
d64f105b44
Added a readme explaining the role of each API
2013-06-11 10:39:02 -07:00
Victor Vieux
20bf0e00e8
* Remote Api: Add flag to enable cross domain requests
2013-06-11 10:12:36 +00:00
Andy Rothfusz
ca4597e9d7
Add links to libraries, fix #800
2013-06-10 15:22:34 -07:00
Andy Rothfusz
eeea9ac946
Add list of Docker Remote API Client Libraries. Fixes #800 .
2013-06-10 15:17:27 -07:00
Victor Vieux
66d9a73362
rebump
2013-06-10 21:05:54 +00:00
Francisco Souza
b1ed75078e
docs/api/remote: fix rst syntax in the "Search images" section
2013-06-10 16:07:57 -03:00
Ken Cochrane
9e1cd37bbc
seperated the registry and index API's into their own docs
...
seperated the registry and index API's into their own docs and merged
in the index search api into the index api. Also renamed the original
registry api to registry_index_spec.
2013-06-07 13:42:52 -04:00
Victor Vieux
ce0041832c
bump to master
2013-06-05 15:30:45 +00:00
Victor Vieux
6255112926
updated doc
2013-06-05 13:19:57 +02:00
Victor Vieux
3922691fb9
fix progress message in client
2013-06-04 16:09:08 +00:00
Michael Crosby
6d5bdff394
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.
2013-06-03 21:39:00 -04:00
Victor Vieux
7e59b83053
removed auth in pull
2013-06-03 17:51:52 +00:00
Guillaume J. Charmes
0443cc351d
Merge pull request #772 from dotcloud/improve_version_info_cmds
...
* API: Improve version info cmds
2013-06-03 06:36:09 -07:00
Victor Vieux
ca902b6be4
bump master
2013-06-03 12:37:51 +00:00
Victor Vieux
3dd1e4d58c
added docs and moved to api version 1.2
2013-06-03 12:09:16 +00:00
Solomon Hykes
cebfde9ea5
Merge pull request #787 from gasi/nodejs-centos-docs
...
* Documentation: Deploying a Node.js Web App on CentOS
* Documentation: small formatting improvements
2013-06-02 23:27:29 -07:00
Daniel Gasienica
f6f345b1fe
Fix typo
2013-06-01 21:55:01 -07:00
Guillaume J. Charmes
9bc71c101c
Merge pull request #719 from dotcloud/json_stream-feature
...
* API: push, pull, import, insert -> Json Stream
2013-05-31 16:05:15 -07:00
Guillaume J. Charmes
f41d2ec4d9
Update api docs
2013-05-31 15:56:30 -07:00
Guillaume J. Charmes
7d167590bc
Merge pull request #766 from dotcloud/prevent_attach_stopped_container-feature
...
returns an error if the container we want to attach is not running
2013-05-31 14:41:57 -07:00
Solomon Hykes
76bb920449
Merge pull request #753 from dotcloud/registry_api_remove_teams
...
Remove teams from the registry API
2013-05-31 12:41:12 -07:00
Victor Vieux
468e4c4b56
returns an error if the container we want to attach is not running
2013-05-31 15:34:23 +00:00
Victor Vieux
2baea24879
add -t parameter in the doc
2013-05-31 14:40:09 +00:00
Victor Vieux
9060b5c2f5
added proper returns type, move the auto-prune in v1.1 api
2013-05-31 14:37:02 +00:00
Solomon Hykes
531b30119a
Remove special case for 'teams' from registry api
2013-05-30 11:37:58 -07:00
Victor Vieux
f339fc2eb9
bump to master
2013-05-29 13:52:18 +00:00
Victor Vieux
ea9095c562
merge master
2013-05-29 11:49:39 +00:00
Solomon Hykes
83db1f36e3
Merge branch 'master' of ssh://github.com/dotcloud/docker
2013-05-28 19:39:20 -07:00
Solomon Hykes
24ddfe3f25
Documented who decides what and how.
2013-05-28 19:39:09 -07:00
Victor Vieux
4f9443927e
rename containers/ps to containers/json
2013-05-28 16:08:05 +00:00
Victor Vieux
8699805756
documentation
2013-05-28 15:49:57 +00:00
Mark McGranaghan
7d6ff7be12
Fix attach API docs.
2013-05-28 06:27:12 -07:00
Solomon Hykes
df23a1e675
* Registry: specified naming restrictions for usernames and repository names
2013-05-24 18:58:24 -07:00
Thatcher
422edd513a
Merge pull request #683 from rogaha/doc_meta_info_update
...
Looks good. Thanks! Closes #637
2013-05-22 19:09:32 -07:00
rogaha
18cb5c9314
added/modifed tittle, description and keywords
...
changed the title prefix to sufix + Documentation
2013-05-22 17:52:48 -07:00
Victor Vieux
949a649cc2
fix content type in doc
2013-05-22 13:49:12 +00:00
Victor Vieux
67b20f2c8c
add check to see if the image isn't parent of another and add -f to force
2013-05-20 18:31:45 +00:00
Francisco Souza
8291f8b85c
docs/remote_api: remove trunc_cmd from /containers/ps example
...
Apparently, this parameter does not exist anymore.
2013-05-19 11:57:45 -03:00
Phil Spitler
ea7fdecd41
Fixed typo in remote API doc
2013-05-19 09:37:02 -03:00
Thatcher Peskens
537cce16f2
Added a "we are hiring" to the frontpage of the docker website, and fixed two broken links in the docs.
2013-05-17 19:35:46 -07:00