Docker hello-world on Ubuntu - permission denied

前端 未结 1 325
情深已故
情深已故 2021-01-16 07:12

I\'m trying to get docker (v 1.8.2) to work on Ubuntu 14_04, (using the -g option in the docker config file - Ubuntu is on a USB key and I got errors pulling images without

1条回答
  •  抹茶落季
    2021-01-16 07:38

    On Ubuntu 14.04 I keep having those errors. Fortunately, I updated the OS to 16.04 as per instruction details from docker website

    In Ubuntu 14.04 the way of installation leads to errors like above mentioned. Try this after uninstalling the current version and then

    sudo apt-get install docker-ce
    

    For checking run this, run the command docker run hello-world. If even after this, daemon error keep occurring, then refer to the official docker documentation

    0 讨论(0)
提交回复
热议问题