mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix docs
This commit is contained in:
parent
c81662eae4
commit
513a567483
2 changed files with 5 additions and 5 deletions
|
@ -26,15 +26,15 @@ Docker Remote API
|
||||||
2. Versions
|
2. Versions
|
||||||
===========
|
===========
|
||||||
|
|
||||||
The current verson of the API is 1.3
|
The current verson of the API is 1.4
|
||||||
|
|
||||||
Calling /images/<name>/insert is the same as calling
|
Calling /images/<name>/insert is the same as calling
|
||||||
/v1.3/images/<name>/insert
|
/v1.4/images/<name>/insert
|
||||||
|
|
||||||
You can still call an old version of the api using
|
You can still call an old version of the api using
|
||||||
/v1.0/images/<name>/insert
|
/v1.0/images/<name>/insert
|
||||||
|
|
||||||
:doc:`docker_remote_api_v1.3`
|
:doc:`docker_remote_api_v1.4`
|
||||||
*****************************
|
*****************************
|
||||||
|
|
||||||
What's new
|
What's new
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
:title: Remote API v1.3
|
:title: Remote API v1.4
|
||||||
:description: API Documentation for Docker
|
:description: API Documentation for Docker
|
||||||
:keywords: API, Docker, rcli, REST, documentation
|
:keywords: API, Docker, rcli, REST, documentation
|
||||||
|
|
||||||
======================
|
======================
|
||||||
Docker Remote API v1.3
|
Docker Remote API v1.4
|
||||||
======================
|
======================
|
||||||
|
|
||||||
.. contents:: Table of Contents
|
.. contents:: Table of Contents
|
||||||
|
|
Loading…
Add table
Reference in a new issue