Skip to content

Commit

Permalink
Update minDockerAPIVersion doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
efekarakus committed May 29, 2019
1 parent 43b7d32 commit d562e77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ecs-cli/modules/cli/local/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ import (
)

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

Expand Down

0 comments on commit d562e77

Please sign in to comment.