Recently I installed Docker CE on my Oracle Linux. Unfortunately, when I want to start my first container with:
docker run hello-world
I was also facing the same issue, but I have solve the problem by this way. if you are not the root, close the selinux by this command:
sudo setenforce 0
then docker run ...