Bump minimum docker version to 1.13.1

This commit is contained in:
Yu-Ju Hong
2019-01-11 10:21:38 -08:00
parent a7cb03f4cf
commit f62cc81934
3 changed files with 4 additions and 4 deletions

View File

@@ -28,8 +28,8 @@ import (
const (
// https://docs.docker.com/engine/reference/api/docker_remote_api/
// docker version should be at least 1.11.x
MinimumDockerAPIVersion = "1.23.0"
// docker version should be at least 1.13.1
MinimumDockerAPIVersion = "1.26.0"
// Status of a container returned by ListContainers.
StatusRunningPrefix = "Up"