Docker Image Pull Failed with "Error response from daemon"

Problem

Docker image pull fails during PMK stack startup with the below error messages:

Docker image pull
Copy

Environment

  • Platform9 Edge Cloud - v-5.3.0-2075501
  • Docker client/server - Version: 19.03.11

Cause

Docker container runtime upstream issue - Ref - Bug

Resolution

Error indicates that /var/lib/docker/overlay2 is referencing to some older files which might be cached. So we follow below procedure to fix the issue.

  1. Stop the dockerd service using below command
Docker service
Copy
  1. Move the /var/lib/docker directory to /tmp and then start the dockerd service.
Bash
Copy

Additional Information

This step will recreated a new /var/lib/docker directory and PMK stack should start properly.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard