This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:dockercentos74 [2017/11/15 08:45] veera |
tips:dockercentos74 [2017/11/16 06:42] (current) veera [On SUSE Enterprise Linux 12] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Installing DockerCE on RHEL 7.4 ====== | + | ====== Installing Docker on various platforms ====== |
+ | |||
+ | |||
+ | ===== On RHEL 7.4 (eg on AWS) ===== | ||
+ | |||
The version of Docker CE that works for us on RHEL7.4 is 17.03.02 | The version of Docker CE that works for us on RHEL7.4 is 17.03.02 | ||
Line 36: | Line 41: | ||
Then the usual ''systemctl start docker'' ought to get you going. | Then the usual ''systemctl start docker'' ought to get you going. | ||
+ | |||
+ | |||
+ | |||
+ | ===== On SUSE Enterprise Linux 12 ===== | ||
+ | |||
+ | |||
+ | The good news here is Docker is probably already installed. | ||
+ | |||
+ | |||
+ | If you dont find it, use YAST and enable the Container module. For more instructions https://github.com/Shopify/docker/blob/master/docs/installation/linux/SUSE.md | ||