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?
I'll add more detail than I am allowed in the comments. These are the steps I used to get a 32-bit release of Ubuntu Feisty working in a Docker 0.7.1 container.
cd /tmp
sudo debootstrap --arch=i386 feisty feisty http://old-releases.ubuntu.com/ubuntu
sudo tar -C feisty -c . | docker import - feisty
Now I have a 32-bit feisty base image. I banged out a Dockerfile and my ancient code appears to work correctly in the container.
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 :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With