Join our Discord Server
Ajeet Raina Ajeet Singh Raina is a Docker Captain, Community Leader and Arm Ambassador. He is a founder of Collabnix blogging site and has authored more than 550+ blogs on Docker, Kubernetes and Cloud-Native Technology. He runs a community Slack of 8700+ members and discord server close to 2000+ members. You canfollow him on Twitter(@ajeetsraina).

Error: /usr/bin/docker: relocation error

22 sec read

Are you getting the below error while starting with the fresh docker installation on CentOS 7.0?

/usr/bin/docker: relocation error: /usr/bin/docker: symbol dm_task_get_info_with_deferred_remove, version Base not defined in file libdevmapper.so.1.02 with link time reference

Fix: This is possibly an issue with devicemapper ( still Red Hat is trying to get it fixed).
The solution is running yum update which will fetch the latest devicemapper related packages and it should fix the issue.

Also, you can follow the below steps for smooth functioning of docker:

1. Disable SELINUX
2. Disable iptables
3. Remove SELINUX entry under /etc/sysconfig/docker

Happy Dockerizing !!!!

Please follow and like us:

Have Queries? Join https://launchpass.com/collabnix

Ajeet Raina Ajeet Singh Raina is a Docker Captain, Community Leader and Arm Ambassador. He is a founder of Collabnix blogging site and has authored more than 550+ blogs on Docker, Kubernetes and Cloud-Native Technology. He runs a community Slack of 8700+ members and discord server close to 2000+ members. You canfollow him on Twitter(@ajeetsraina).

Using FastAPI inside a Docker container

Python has long been a favorite among developers for its simplicity and readability. Over the years, it has found its place in various domains...
Ajeet Raina
5 min read

Comments are closed.

Join our Discord Server