在Docker容器中运行旧的Linux版本?
问题描述:
我有一个二进制应用程序,不适用于Feisty以后的Ubuntu版本.
I've got a binary application that won't work on versions of Ubuntu later than Feisty.
是否可以构建包含Feisty的Docker映像并将其在我的现代系统上运行?
Is it possible to build a Docker image containing Feisty and run it on my modern system?
答
您应该能够构建自己的基础映像.我不知道为什么它不起作用.
You should be able to build your own base image. I'm not aware of any reasons why it should not work.
查看文档 http://docs.docker.io/en/latest/use/baseimages/作为起点,并保持我们的发布状态:)
Check out the documentation http://docs.docker.io/en/latest/use/baseimages/ for a starting point and keep us posted :)