gdcloud artifacts extract

NOME

gdcloud artifacts extract - Estrai un'immagine dai pacchetti OCI e scrivi i livelli nei file.

SINOSSI

gdcloud artifacts extract SOURCE DESTINATION [flags]

ESEMPI

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.

FLAG FACOLTATIVI

      --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 WIDE FLAGS

Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.

Per saperne di più, consulta la pagina Panoramica del riferimento di gcloud CLI.