apigee-pull-push.sh es una utilidad que extrae todas las imágenes de tu proyecto actual del concentrador de Docker de Google y las envía al repositorio especificado.
Requisitos
docker: Puedes verificar si Docker está instalado en tu shell con el siguiente comando:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-04-03 (UTC)"],[[["This documentation refers to Apigee hybrid version 1.7, which is no longer supported and should be upgraded."],["`apigee-pull-push.sh` is a utility used to pull project images from the Google Docker hub and push them to a specified repository."],["The utility requires both `docker` and `gcloud` to be installed, which can both be verified by using the `which` command in your shell."],["You can check the current project using `gcloud config list core/project --format='value(core.project)'` and then configure it with `gcloud config set project PROJECT_ID`."],["You can push images to a specific repository using `apigee-pull-push.sh REPO` or to the default repository using `apigee-pull-push.sh`."]]],[]]