1

Can I install Docker on Red Hat server 5.9 so I can take an image container from an installed software and move it to another server?

Or should it be enough to update the Kernel up to version 3 so Docker can run?

2
  • 1
    Why are you trying to get such an old distro to work? That's not even the latest version of RHEL5 and RHEL5 as a whole will be EOL'd next March. Commented May 22, 2016 at 1:49
  • @Bratchley i want to stop using the RHEL 5 and move to RHEL 7. But because I can't touch the software in the old RHEL, then i should go for VM or Docker and i prefer Docker as it's lightweight. Also I can't reinstall the software as I don't have the installation media. Commented May 22, 2016 at 1:52

1 Answer 1

2

Docker's website states that it can be installed on any 64 bit distribution of RHEL.

However, the kernel must be 3.10 at a minimum.

Check your kernel version first with the following command: uname -r.

8
  • The Kernel i have is 2.6, do you think if I updated it, I could harm some existing software? Commented May 22, 2016 at 0:43
  • 1
    Furthermore, keep a back up of your original kernel so if something goes wrong you can reinstall back to the original kernel Commented May 22, 2016 at 0:52
  • 1
    To be honest, I never did a kernel upgrade on that version of RHEL but why don't you look up the steps of upgrading your kernel on RHEL 5.x Commented May 22, 2016 at 0:56
  • 1
    If it means anything, what I usually do when using Docker is create a VM and dedicate the VM to Docker... Commented May 22, 2016 at 0:57
  • 1
    No. I just prefer to dedicate a server/VM to creating Docker scripts and running containers. Commented May 22, 2016 at 1:00

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.