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
docker redhat-satellite
New contributor
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.
add a comment |
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
docker redhat-satellite
New contributor
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 adocker
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
add a comment |
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
docker redhat-satellite
New contributor
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
docker redhat-satellite
New contributor
New contributor
New contributor
asked Nov 18 at 2:44
THEGreatGatsby
11
11
New contributor
New contributor
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 adocker
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
add a comment |
EPEL packages are out of scope with Red Hat's support, so you're on your own if something breaks. Red Hat does have adocker
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
add a comment |
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/
New contributor
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
add a comment |
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/
New contributor
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
add a comment |
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/
New contributor
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
add a comment |
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/
New contributor
Just type yum install docker. Like in this article: https://www.cyberciti.biz/faq/install-use-setup-docker-on-rhel7-centos7-linux/
New contributor
edited Nov 18 at 18:27
Rui F Ribeiro
38.2k1475123
38.2k1475123
New contributor
answered Nov 18 at 3:02
Michael Prokopec
3188
3188
New contributor
New contributor
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
add a comment |
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
add a comment |
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