Post

Troubleshooting - pull failed to register layer: Error processing tar file(exit status 1): archive/tar: invalid tar header 해결

Troubleshooting - pull failed to register layer: Error processing tar file(exit status 1): archive/tar: invalid tar header 해결

에러

CentOS 7 환경에서 Docker 이미지를 pull 받던 도중 아래와 같은 에러가 발생함.

1
pull failed to register layer: Error processing tar file(exit status 1): archive/tar: invalid tar header

원인 & 해결

Docker 버전을 확인해본 결과 20 버전을 사용하고 있었음.(2년 전 버전으로 최근 버전은 26임)

Docker 버전을 업데이트하고 다시 시도해본 결과 해결되었음.

This post is licensed under CC BY 4.0 by the author.