Unsatisfiable constraints error when trying to install docker with a defined version

When I try to install docker version 1.11.1 in alpine:3.4 I get the following error:
ERROR: unsatisfiable constraints: docker^1.11.1 (missing): required by: world[docker^1.11.1*]
The command that I run is:
apk --no-cache add docker^1.11.1

1 Like