一、问题描述
Centos7.4查看docker的本地镜像,结果发现报错
[root@hadoop Jpress]# docker images Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
二、问题原因
根本原因是docker服务没有开启。是因为机器重启,所以docker服务没有启动。
三、解决办法
开启docker服务
systemctl start docker 查看: docker images REPOSITORY TAG IMAGE ID CREATED SIZE koa-demo latest 66521e4fda54 10 days ago 676 MB docker.io/tomcat latest dd6ff929584a 2 weeks ago 463 MB docker.io/mysql 5.7 ee7cbd482336 2 weeks ago 372 MB docker.io/hello-world latest fce289e99eb9 2 months ago 1.84 kB