[root@localhost ~]# systemctl restart docker Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
4月 19 01:03:23 localhost.localdomain systemd[1]: docker.service: main process exited, code=exi...URE 4月 19 01:03:23 localhost.localdomain systemd[1]: Failed to start Docker Application Container ...ne. 4月 19 01:03:23 localhost.localdomain systemd[1]: Unit docker.service entered failed state. 4月 19 01:03:23 localhost.localdomain systemd[1]: docker.service failed. 4月 19 01:03:25 localhost.localdomain systemd[1]: docker.service holdoff time over, scheduling ...rt. 4月 19 01:03:25 localhost.localdomain systemd[1]: start request repeated too quickly for docker...ice 4月 19 01:03:25 localhost.localdomain systemd[1]: Failed to start Docker Application Container ...ne. 4月 19 01:03:25 localhost.localdomain systemd[1]: Unit docker.service entered failed state. 4月 19 01:03:25 localhost.localdomain systemd[1]: docker.service failed. Hint: Some lines were ellipsized, use -l to show in full.
1 2
[root@localhost ~]# dockerd unable to configure the Docker daemon with file /etc/docker/daemon.json: invalid character 's' looking for beginning of value
1 2 3 4 5 6 7 8 9 10
[root@localhost ~]# docker version Client: Version: 18.09.4 API version: 1.39 Go version: go1.10.8 Git commit: d14af54266 Built: Wed Mar 27 18:34:51 2019 OS/Arch: linux/amd64 Experimental: false error during connect: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.39/version: read unix @->/var/run/docker.sock: read: connection reset by peer
[root@localhost ~]# docker push 192.168.163.132:5000/ubuntu:18.04 The push refers to repository [192.168.163.132:5000/ubuntu] Get https://192.168.163.132:5000/v2/: http: server gave HTTP response to HTTPS client