Timeout During Image Pulling from Docker Hub When Access to Docker Hub Is Normal
Symptom
Image pulling from Docker Hub times out when access to Docker Hub is normal.
Key Process and Cause Analysis
docker pull is denied by SELinux.
Conclusion and Solution
- Disable SELinux temporarily.
setenforce 0
- Change SELINUX=enforcing to SELINUX=permissive or SELINUX=disabled in the /etc/selinux/config file.
Parent topic: Docker & Kubernetes