docker buildx history
docker buildx history
docker buildx history는 빌드 기록(build record)을 다루는 명령이에요. 과거에 실행한 빌드를 조회·검사·삭제하는 하위 명령들을 모아요.
출처: 문서
본문
docker buildx history는 빌드 기록을 관리하는 하위 명령들을 제공해요. 기록 나열(ls), 검사(inspect), 로그(logs), 삭제(rm) 등의 작업을 할 수 있어요.
사용할 수 있는 하위 명령은 다음과 같아요.
| 명령 | 설명 |
|---|---|
docker buildx history export |
Export build records into Docker Desktop bundle |
docker buildx history import |
Import build records into Docker Desktop |
docker buildx history inspect |
Inspect a build record |
docker buildx history logs |
Print the logs of a build record |
docker buildx history ls |
List build records |
docker buildx history open |
Open a build record in Docker Desktop |
docker buildx history rm |
Remove build records |
docker buildx history trace |
Show the OpenTelemetry trace of a build record |