How to install really, really old docker on ubuntu

I’m trying to use a very old github project that hasn’t been touched in 7 years that generates a docker container as part of its setup. I’m running into some errors (shocker) along the way and am trying to reproduce an environment similar to that of the last update to the github. One of those is using a docker version that was around in March of 2015. I think that would be docker 1.5.0. But, I can’t find any mechanism to download or install a docker that old.

Any help would be appreciated :slight_smile:
Thanks

You could try to build it from sourcecode

There is a Dockerfile and a Makefile to build Docker

but what is the error you ran into? Wouldn’t it be easier and safer to fix the wrong parameters?