Docker Issues
#1 Pull from repo failed
$ docker pull nexusrepo.domain.com:8082/project-a
Using default tag: latest
Trying to pull repository nexusrepo.domain.com:8082/project-a ...
Get https://nexusrepo.domain.com:8082/v1/_ping: http: server gave HTTP response to HTTPS client
Solution
Add value to file /etc/docker/daemon.json
Issue: error initializing graphdriver: driver not supported
Solution
# reason
$ cat /etc/docker/daemon.json
{"storage-driver": "overlay2"}
# fix
rm -f /etc/docker/daemon.json
#2 Docker logs to syslog drivers freezed
State:
- host: LXC 5.15.131-1-pve
- docker version 24.0.5
- rsyslog on host listen 514 port with local3
facility:
/var/log/docker.log
Problem: - Collecting logs from containers stopped after that - Restart rsyslogd - no success, Service work - Restart containers (not all compose file) - no success. - No logs by test: