Merge pull request #3582 from vieux/history_job

move history to a job
Upstream-commit: ad5d67555387608b0ee16be2821ac2967ff9e0b4
Component: engine
This commit is contained in:
Victor Vieux
2014-01-15 11:06:54 -08:00
7 changed files with 1366 additions and 46 deletions
@@ -26,15 +26,34 @@ Docker Remote API
2. Versions
===========
The current version of the API is 1.8
The current version of the API is 1.9
Calling /images/<name>/insert is the same as calling
/v1.8/images/<name>/insert
/v1.9/images/<name>/insert
You can still call an old version of the api using
/v1.0/images/<name>/insert
v1.9
****
Full Documentation
------------------
:doc:`docker_remote_api_v1.9`
What's new
----------
.. http:get:: /images/json
**New!** This endpoint now returns a list of json message, like the events endpoint
.. http:get:: /images/(name)/history
**New!** This endpoint now returns a list of json message, like the events endpoint
v1.8
****
File diff suppressed because it is too large Load Diff