gdcloud artifacts extract

이름

gdcloud artifacts extract - OCI 패키지에서 이미지를 추출하고 레이어를 파일에 씁니다.

개요

gdcloud artifacts extract SOURCE DESTINATION [flags]

EXAMPLES

To extract the image from an OCI package, run:

            gdcloud artifacts extract SOURCE DESTINATION \
            --image-name IMAGE_NAME

        The SOURCE path must point to a directory containing the OCI bundle.
        This command writes the extracted image to the output path specified in DESTINATION. This output path must point to an empty directory.
        The image name is the full name of the container image. For example, gpc-system-storage/storage:9.13.1P1.

선택적 플래그

      --docker-executable   Set this flag if you want to extract the image to a docker executable tarball (Optional)
      --image-name string   Full name of the image.

GDCLOUD 전체 플래그

이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration, --format, --help, --project, --quiet).

자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.