首页 > 代码库 > docker无法连接进程

docker无法连接进程

simon@simon-X550LD:~$ docker run hello-world

docker: Cannot connect to the Docker daemon. Is the docker daemon running on this host?.

See ‘docker run --help‘.

当出现docker无法连接到进程时,一般是因为权限不足,在执行时加上sudo即可。

docker无法连接进程