-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Documentation] Docker-CE installation on RHEL #3818
Comments
I agree! I provide consulting services to several IT teams and Docker has been a difficult conversation due this roadblock. People always assume that they CAN'T install the software in RHEL environment unless they pay for Docker CE. |
Can you please clearly add instructions how to add the |
Docker CE is not supported on RHEL, full-stop. We do not document unsupported configurations. cc/ @friism |
True, forgot about that point... |
@mstanleyjones as stated in the topic, I know Docker-CE is not officially supported on RHEL, which is absolutely weird but I'm not here to discuss that point. Whatsoever, putting a caveat in the documentation would neither be "supporting" nor "documenting" (at least not in the sense of a "here's the installation documentation"). It would only warn people so that they benefit from other people experience. In other words, don't look at my proposition from a technical point of view, but from a user experience / community point-of-view: don't make everyone browse StackOverflow to find the answer to a known asked question. |
@NBardelot thanks for caring about this. I'm not sure that Docker is going to be taken more seriously by CTOs if we document (or hint at) how to install a package on an operating system that the package wasn't built for nor tested on and where the package is not supported. If you want to install Docker on RHEL (which has a free trial), please follow the docs here: https://docs.docker.com/engine/installation/linux/docker-ee/rhel/#prerequisites |
I have this issue on Centos 7 - which IS supported. $ uname -sr
Linux 3.10.0-514.21.1.el7.x86_64
$ cat /etc/centos-release
CentOS Linux release 7.3.1611 (Core)
$ sudo yum-config-manager --enable extras When I try to install docker-ce I get this error: Error: Package: docker-ce-17.06.1.ce-1.el7.centos.x86_64 (docker-ce-stable)
Requires: container-selinux >= 2.9 |
@hatdropper1977 the
If it is not enabled, perhaps have a look in the |
@hatdropper1977 to follow on my previous comment, if |
Yes, that was the issue. Not related to docker but rather the
configuration of my local extras repo
…On Aug 23, 2017 2:18 PM, "Andrew Hsu" ***@***.***> wrote:
@hatdropper1977 <https://github.com/hatdropper1977> to follow on my
previous comment, if extras repo is enabled, the container-selinux can be
resolved when installing docker-ce.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3818 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC-n9LMjlzWcKPMMfbXb5DnrYM81T-vBks5sbGzygaJpZM4OOmS9>
.
|
@hatdropper1977 thx - was the misconfiguration what @andrewhsu suggested? Maybe we can check for that somehow, in the install flow @mstanleyjones |
This is a tough one. |
@friism The SA who developed the local repo omitted extras. Probably not an every day occurance. |
alright, thanks! |
After installing docker-ce on RHEL expect yourself in a rabbit hole of python library conflicts of stuff installed by yum and pip (docker-compose, docker libraries and dependencies). |
For those, who are eager to install Docker on RHEL, please, consider the official Red Hat documentation https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html-single/getting_started_with_containers/index#getting_docker_in_rhel_7 |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. /lifecycle locked |
As far as I know :
But in reality nothing prevents the installation of Docker-CE under RHEL. Thus, adding a little caveat in the installation documentation of Docker-CE would really make our life easier, so that we can convince our CTOs that they should take Docker seriously.
An example of what I would expect in the Docker-CE installation guide would be:
The text was updated successfully, but these errors were encountered: