Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update minDockerAPIVersion doc comment
Browse files Browse the repository at this point in the history
efekarakus committed May 28, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 43b7d32 commit 31077ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ecs-cli/modules/cli/local/docker.go
Original file line number Diff line number Diff line change
@@ -21,7 +21,8 @@ import (
)

const (
// minDockerAPIVersion is the oldest Docker API version supporting the operations used by "local" sub-commands.
// minDockerAPIVersion is the oldest Docker API version supported by the endpoints container.
// See https://github.com/awslabs/amazon-ecs-local-container-endpoints/blob/3417a48b676c5b215fb9583bcbdc8a0b0e23aa8e/local-container-endpoints/clients/docker/client.go#L30.
minDockerAPIVersion = "1.27"
)

0 comments on commit 31077ff

Please sign in to comment.