Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Créez votre propre image Docker gcloud incluant docker et docker-buildx.
Pour obtenir la dépendance docker et / ou docker-buildx sur l'image :alpine gcloud, utilisez le Dockerfile suivant :
FROMdocker:28.2.2asstatic-docker-source#getlatestdocker
FROMgcr.io/google.com/cloudsdktool/google-cloud-cli:alpine# Comment the line below if you don't want `docker`COPY--from=static-docker-source/usr/local/bin/docker/usr/local/bin/docker
# Comment the line below if you don't want `docker-buildx`COPY--from=static-docker-source/usr/local/libexec/docker/cli-plugins/docker-buildx/usr/local/libexec/docker/cli-plugins/docker-buildx
Pour obtenir la dépendance docker et / ou docker-buildx sur l'image :debian_component_based gcloud, utilisez le Dockerfile suivant :
FROMdocker:28.2.2asstatic-docker-source#getlatestdocker
FROMgcr.io/google.com/cloudsdktool/google-cloud-cli:debian_component_based# Comment the line below if you don't want `docker`COPY--from=static-docker-source/usr/local/bin/docker/usr/local/bin/docker
# Comment the line below if you don't want `docker-buildx`COPY--from=static-docker-source/usr/local/libexec/docker/cli-plugins/docker-buildx/usr/local/libexec/docker/cli-plugins/docker-buildx
Pour obtenir la dépendance docker et / ou docker-buildx sur l'image :latest gcloud, utilisez le Dockerfile suivant :
FROMdocker:28.2.2asstatic-docker-source#getlatestdocker
FROMgcr.io/google.com/cloudsdktool/google-cloud-cli:latest# Comment the line below if you don't want `docker`COPY--from=static-docker-source/usr/local/bin/docker/usr/local/bin/docker
# Comment the line below if you don't want `docker-buildx`COPY--from=static-docker-source/usr/local/libexec/docker/cli-plugins/docker-buildx/usr/local/libexec/docker/cli-plugins/docker-buildx
Pour obtenir la dépendance docker et / ou docker-buildx sur l'image :slim gcloud, utilisez le Dockerfile suivant :
FROMdocker:28.2.2asstatic-docker-source#getlatestdocker
FROMgcr.io/google.com/cloudsdktool/google-cloud-cli:slim# Comment the line below if you don't want `docker`COPY--from=static-docker-source/usr/local/bin/docker/usr/local/bin/docker
# Comment the line below if you don't want `docker-buildx`COPY--from=static-docker-source/usr/local/libexec/docker/cli-plugins/docker-buildx/usr/local/libexec/docker/cli-plugins/docker-buildx
Créer votre propre image Docker gcloud avec make
Pour obtenir make sur l'image gcloud :latest, utilisez le fichier Dockerfile suivant :
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/14 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/14 (UTC)."],[],[]]