One of the more useful possible uses of Docker is to allow older vulnerable and unsupported tools to be run in isolated environments. this is just a repo. with some tools that could be useful to have older versions of.
The images should be available on Docker hub via automated builds.
To run you'll just need to specify some environmenv variables and volumes (this is assuming you're runnning from Linux)
For example below this should run Firefox version 30. Just change the number at the end to one of the versions in the repo (10,15,20,25,30,35,40).
docker run -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix raesene/firefox:v30
N.B. Don't have another version of Firefox running on the host at the same time or it'll just start another instance of that :)
Content type
Image
Digest
Size
228.4 MB
Last updated
almost 8 years ago
docker pull raesene/firefox:v40