docker buildx imagetools

docker buildx imagetools

docker buildx imagetools는 레지스트리의 이미지를 다루는 명령이에요. 원격 저장소의 이미지 정보를 조회·생성하는 하위 명령들을 모아요.

출처: 문서

본문

docker buildx imagetools는 레지스트리에 있는 이미지를 여러 방식으로 다루는 하위 명령을 제공해요. 주요 하위 명령은 create(소스 이미지 기반 새 이미지 생성)와 inspect(이미지 세부 정보 표시)예요.

사용할 수 있는 하위 명령은 다음과 같아요.

명령 설명
docker buildx imagetools create Create a new image based on source images
docker buildx imagetools inspect Show details of an image in the registry

더 알아보기