Cannot start docker container In docker CE on oracle linux

前端 未结 5 868
天命终不由人
天命终不由人 2021-01-01 23:12

Recently I installed Docker CE on my Oracle Linux.
Unfortunately, when I want to start my first container with:

docker run hello-world

5条回答
  •  太阳男子
    2021-01-01 23:56

    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 ...

提交回复
热议问题