Error response from daemon: readlink /var/lib/docker/overlay2/l: invalid argument
2023. 12. 29. 15:52ㆍLinux/docker
728x90
SMALL
- 개요
docker inspect 명령어 사용시 발생하는 에러
- 에러 메세지
Error response from daemon: readlink /var/lib/docker/overlay2/l: invalid argument
- 원인
not enough docker overlay2 disk
- 해결
overlay 디스크 정리
# docker system prune -af
728x90
LIST
'Linux > docker' 카테고리의 다른 글
docker desktop 대안 (1) | 2024.10.23 |
---|---|
DEPRECATED: The legacy builder is deprecated and will be removed in a future release. (0) | 2023.09.19 |
WARNING! Using --password via the CLI is insecure. Use --password-stdin. (0) | 2023.09.19 |
Sending build context to Docker daemon 오래 걸릴 경우 (0) | 2023.06.30 |
docker cache 삭제 (1) | 2023.01.17 |