Why docker repo can not install? [on hold]











up vote
-2
down vote

favorite












I have Epel noarch.rpm and when I installed I can see in /etc/yum.repos.d docker.repo file , however when doing yum install docker.repo it says that can not find docker repo rpm, btw installation is isolated from entitlement that is why it is making the process but harder for me I am trying to install docker on redhat 7.5 le










share|improve this question







New contributor




THEGreatGatsby is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as unclear what you're asking by Mikel, G-Man, Thomas, RalfFriedl, X Tian Nov 19 at 14:29


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.















  • EPEL packages are out of scope with Red Hat's support, so you're on your own if something breaks. Red Hat does have a docker package on their own repository, so why not use that instead?
    – Haxiel
    Nov 18 at 3:46










  • Is the repo enabled? grep -i enabled /etc/yum.repos.d/docker.repo
    – Jeff Schaller
    Nov 18 at 13:42















up vote
-2
down vote

favorite












I have Epel noarch.rpm and when I installed I can see in /etc/yum.repos.d docker.repo file , however when doing yum install docker.repo it says that can not find docker repo rpm, btw installation is isolated from entitlement that is why it is making the process but harder for me I am trying to install docker on redhat 7.5 le










share|improve this question







New contributor




THEGreatGatsby is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as unclear what you're asking by Mikel, G-Man, Thomas, RalfFriedl, X Tian Nov 19 at 14:29


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.















  • EPEL packages are out of scope with Red Hat's support, so you're on your own if something breaks. Red Hat does have a docker package on their own repository, so why not use that instead?
    – Haxiel
    Nov 18 at 3:46










  • Is the repo enabled? grep -i enabled /etc/yum.repos.d/docker.repo
    – Jeff Schaller
    Nov 18 at 13:42













up vote
-2
down vote

favorite









up vote
-2
down vote

favorite











I have Epel noarch.rpm and when I installed I can see in /etc/yum.repos.d docker.repo file , however when doing yum install docker.repo it says that can not find docker repo rpm, btw installation is isolated from entitlement that is why it is making the process but harder for me I am trying to install docker on redhat 7.5 le










share|improve this question







New contributor




THEGreatGatsby is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I have Epel noarch.rpm and when I installed I can see in /etc/yum.repos.d docker.repo file , however when doing yum install docker.repo it says that can not find docker repo rpm, btw installation is isolated from entitlement that is why it is making the process but harder for me I am trying to install docker on redhat 7.5 le







docker redhat-satellite






share|improve this question







New contributor




THEGreatGatsby is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




THEGreatGatsby is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




THEGreatGatsby is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 18 at 2:44









THEGreatGatsby

11




11




New contributor




THEGreatGatsby is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





THEGreatGatsby is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






THEGreatGatsby is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




put on hold as unclear what you're asking by Mikel, G-Man, Thomas, RalfFriedl, X Tian Nov 19 at 14:29


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






put on hold as unclear what you're asking by Mikel, G-Man, Thomas, RalfFriedl, X Tian Nov 19 at 14:29


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • EPEL packages are out of scope with Red Hat's support, so you're on your own if something breaks. Red Hat does have a docker package on their own repository, so why not use that instead?
    – Haxiel
    Nov 18 at 3:46










  • Is the repo enabled? grep -i enabled /etc/yum.repos.d/docker.repo
    – Jeff Schaller
    Nov 18 at 13:42


















  • EPEL packages are out of scope with Red Hat's support, so you're on your own if something breaks. Red Hat does have a docker package on their own repository, so why not use that instead?
    – Haxiel
    Nov 18 at 3:46










  • Is the repo enabled? grep -i enabled /etc/yum.repos.d/docker.repo
    – Jeff Schaller
    Nov 18 at 13:42
















EPEL packages are out of scope with Red Hat's support, so you're on your own if something breaks. Red Hat does have a docker package on their own repository, so why not use that instead?
– Haxiel
Nov 18 at 3:46




EPEL packages are out of scope with Red Hat's support, so you're on your own if something breaks. Red Hat does have a docker package on their own repository, so why not use that instead?
– Haxiel
Nov 18 at 3:46












Is the repo enabled? grep -i enabled /etc/yum.repos.d/docker.repo
– Jeff Schaller
Nov 18 at 13:42




Is the repo enabled? grep -i enabled /etc/yum.repos.d/docker.repo
– Jeff Schaller
Nov 18 at 13:42










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Just type yum install docker. Like in this article: https://www.cyberciti.biz/faq/install-use-setup-docker-on-rhel7-centos7-linux/






share|improve this answer










New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • system does not have access to redhat site it is internal so the repo we have is local. I am trying to figure out what is going on with those files
    – THEGreatGatsby
    Nov 18 at 3:03












  • You are just trying to install docker correct? Do you have internet access from that system?
    – Michael Prokopec
    Nov 18 at 3:10


















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













Just type yum install docker. Like in this article: https://www.cyberciti.biz/faq/install-use-setup-docker-on-rhel7-centos7-linux/






share|improve this answer










New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • system does not have access to redhat site it is internal so the repo we have is local. I am trying to figure out what is going on with those files
    – THEGreatGatsby
    Nov 18 at 3:03












  • You are just trying to install docker correct? Do you have internet access from that system?
    – Michael Prokopec
    Nov 18 at 3:10















up vote
0
down vote













Just type yum install docker. Like in this article: https://www.cyberciti.biz/faq/install-use-setup-docker-on-rhel7-centos7-linux/






share|improve this answer










New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • system does not have access to redhat site it is internal so the repo we have is local. I am trying to figure out what is going on with those files
    – THEGreatGatsby
    Nov 18 at 3:03












  • You are just trying to install docker correct? Do you have internet access from that system?
    – Michael Prokopec
    Nov 18 at 3:10













up vote
0
down vote










up vote
0
down vote









Just type yum install docker. Like in this article: https://www.cyberciti.biz/faq/install-use-setup-docker-on-rhel7-centos7-linux/






share|improve this answer










New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









Just type yum install docker. Like in this article: https://www.cyberciti.biz/faq/install-use-setup-docker-on-rhel7-centos7-linux/







share|improve this answer










New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this answer



share|improve this answer








edited Nov 18 at 18:27









Rui F Ribeiro

38.2k1475123




38.2k1475123






New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered Nov 18 at 3:02









Michael Prokopec

3188




3188




New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • system does not have access to redhat site it is internal so the repo we have is local. I am trying to figure out what is going on with those files
    – THEGreatGatsby
    Nov 18 at 3:03












  • You are just trying to install docker correct? Do you have internet access from that system?
    – Michael Prokopec
    Nov 18 at 3:10


















  • system does not have access to redhat site it is internal so the repo we have is local. I am trying to figure out what is going on with those files
    – THEGreatGatsby
    Nov 18 at 3:03












  • You are just trying to install docker correct? Do you have internet access from that system?
    – Michael Prokopec
    Nov 18 at 3:10
















system does not have access to redhat site it is internal so the repo we have is local. I am trying to figure out what is going on with those files
– THEGreatGatsby
Nov 18 at 3:03






system does not have access to redhat site it is internal so the repo we have is local. I am trying to figure out what is going on with those files
– THEGreatGatsby
Nov 18 at 3:03














You are just trying to install docker correct? Do you have internet access from that system?
– Michael Prokopec
Nov 18 at 3:10




You are just trying to install docker correct? Do you have internet access from that system?
– Michael Prokopec
Nov 18 at 3:10



Popular posts from this blog

Morgemoulin

Scott Moir

Souastre