Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeout
- 替换为阿里的加速镜像
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
- systemctl enable docker
- systemctl start docker
docker容器无法ping
- https://www.cnblogs.com/ccielife/p/10921907.html
docker 挂载/var/jenkins_home 无法启动
https://www.jianshu.com/p/ebb1bab66a88
docker磁盘过大问题处理
- 通过 du -hs /var/lib/docker/
- cd /var/lib/docker/
- cd containers
- 挨个进入每个containers,清理最大的日志log
- 执行docker restart id
