报错 Cannot connect to the Docker daemon. Is the docker daemon running on this host? 这个错误只要输入docker -d就行了. 因为docker服务没有开启. 查看镜像 docker images 应该又会有docker-spring 标记镜像 docker tag docker-spring:latest 127.0.0.1:5000/docker-spring 安装registry docker pull re