Run old Linux release in a Docker container?
docker
Solution
You should be able to build your own base image. I'm not aware of any reasons why it should not work.
Check out the documentation http://docs.docker.io/en/latest/use/baseimages/ for a starting point and keep us posted :)
Problem
I've got a binary application that won't work on versions of Ubuntu later than Feisty. Is it possible to build a Docker image containing Feisty and run it on my modern system?