How can I install a specific (older) version of Docker?

I have a Centos 7 package that requires docker 1.9.0.
If I load the latest version and attempt to yum install my package I get:

–> Processing Dependency: docker-engine = 1.9.0 for package: serviced-1.1.3-1.x86_64
–> Finished Dependency Resolution
Error: Package: serviced-1.1.3-1.x86_64 (zenoss-stable)
Requires: docker-engine = 1.9.0

So how can I load the version it wants??

Refer similar posts