Ce guide de démarrage rapide explique comment installer AlloyDB Omni, qui peut s'exécuter dans n'importe quel environnement basé sur UNIX compatible avec les environnements d'exécution de conteneur.
Le tableau suivant indique les exigences matérielles et logicielles minimales pour AlloyDB Omni.
OS/Plate-forme
Configuration matérielle minimale
Logiciels minimum
Linux
Processeur x86-64 ou Arm (*) compatible avec AVX2
2 Go de RAM
10 Go d'espace disque
OS basé sur Debian (Ubuntu, etc.) RHEL 8 ou 9
Noyau Linux version 5.3 ou ultérieure
Cgroupsv2 activé
Docker Engine 20.10 ou version ultérieure ou Podman 4.2.0 ou version ultérieure
macOS
Processeur Intel compatible avec AVX2 ou puce M
2 Go de RAM
10 Go d'espace disque
Docker Desktop 4.20 ou version ultérieure
(*) La compatibilité avec Arm est disponible en preview.
AlloyDB Omni s'exécute dans un conteneur. Installez un environnement d'exécution de conteneur tel que Docker ou Podman sur votre machine avant d'installer AlloyDB Omni.
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/03/25 (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/03/25 (UTC)."],[[["AlloyDB Omni can be installed in any UNIX-based environment that supports container runtimes, like Docker or Podman."],["The minimum requirements to run AlloyDB Omni include an x86-64 or Arm CPU with AVX2 support, 2 GB of RAM, 10 GB of disk space, and specific OS and software versions depending on whether the platform is Linux or macOS."],["To install AlloyDB Omni, use the `docker run` or `podman run` command to create a new container, remembering to set a password for the `postgres` user."],["By default, AlloyDB Omni stores data within the container, which is deleted when the container is removed; users can change this default and mount a host file system data directory."],["To clean up the AlloyDB Omni container, you must first stop it by using `docker container stop` or `podman container stop` before removing it using `docker container rm` or `podman container rm`."]]],[]]