mirror of
https://github.com/docker/cli.git
synced 2026-09-25 17:02:07 -04:00
Merge pull request #3582 from vieux/history_job
move history to a job Upstream-commit: ad5d67555387608b0ee16be2821ac2967ff9e0b4 Component: engine
This commit is contained in:
@@ -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
Reference in New Issue
Block a user