mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Extra v1.25 in API docs
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
6a747fcf57
commit
beccd3663f
1 changed files with 2 additions and 2 deletions
|
@ -1686,7 +1686,7 @@ Delete stopped containers
|
||||||
|
|
||||||
**Example request, with digest information**:
|
**Example request, with digest information**:
|
||||||
|
|
||||||
GET /v1.25/v1.25/images/json?digests=1 HTTP/1.1
|
GET /v1.25/images/json?digests=1 HTTP/1.1
|
||||||
|
|
||||||
**Example response, with digest information**:
|
**Example response, with digest information**:
|
||||||
|
|
||||||
|
@ -1743,7 +1743,7 @@ Build an image from a Dockerfile
|
||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
POST /v1.25/v1.25/build HTTP/1.1
|
POST /v1.25/build HTTP/1.1
|
||||||
|
|
||||||
{% raw %}
|
{% raw %}
|
||||||
{{ TAR STREAM }}
|
{{ TAR STREAM }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue