bump api to 1.14 & update docs

Docker-DCO-1.1-Signed-off-by: Adrien Folie <folie.adrien@gmail.com> (github: folieadrien)
Upstream-commit: 680e27d6ec7662462594fd5264a00c09bcb14da4
Component: engine
This commit is contained in:
Adrien Folie
2014-07-08 20:37:08 +02:00
parent e546ff222c
commit 952492cc20
4 changed files with 1435 additions and 4 deletions

View File

@ -11,7 +11,7 @@ import (
)
const (
APIVERSION version.Version = "1.13"
APIVERSION version.Version = "1.14"
DEFAULTHTTPHOST = "127.0.0.1"
DEFAULTUNIXSOCKET = "/var/run/docker.sock"
)