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?
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?
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.