Error docker-engine-selinux conflicts with docker-selinux-

0 votes

On installing docker from yum and from the install script on Centos7, I get a similar error.

Error: docker-engine-selinux conflicts with docker-selinux-1.10.3-44.el7.centos.x86_64

Is there a way to fix this?

Jul 31, 2018 in Docker by Tyrion anex
• 8,700 points
1,005 views

1 answer to this question.

0 votes

The first command checks for docker in the list of installed packages and the next two commands remove docker-selinux and docker-engine. Once this is done, install docker again. It should work this time.

yum list installed|grep docker
yum remove docker-selinux.x86_64

yum remove docker-engine-selinux 
answered Aug 1, 2018 by Sophie may
• 10,610 points

Related Questions In Docker

0 votes
2 answers

Error: RabbitMQ with Docker for Windows server

Connecting to other containers Step 1: Create a network. ...READ MORE

answered Aug 29, 2020 in Docker by Pistle
• 1,000 points
1,369 views
0 votes
1 answer

Job for docker.service failed because the control process exited with error code.

Hi@akhtar, Before starting your docker service check if ...READ MORE

answered Apr 14, 2020 in Docker by MD
• 95,440 points
16,111 views
+6 votes
4 answers

Error: Docker saying "bad file descriptor"

The solution was easy enough. Add these ...READ MORE

answered Mar 27, 2018 in Docker by DragonLord999
• 8,450 points
6,736 views
0 votes
1 answer

build an J2EE application with docker

I would suggest you to use volume ...READ MORE

answered May 1, 2018 in Docker by shubham
• 7,340 points
647 views
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,483 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP