Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Questa guida rapida mostra come installare AlloyDB Omni, che può essere eseguito in qualsiasi ambiente basato su UNIX che supporta i runtime dei container.
AlloyDB Omni viene eseguito in un contenitore. Prima di installare AlloyDB Omni, installa un runtime del contenitore come Docker o Podman sulla tua macchina.
Installa AlloyDB Omni utilizzando Docker
Docker
Utilizza il comando docker run per creare un nuovo contenitore con AlloyDB Omni denominato my-omni:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-04-09 UTC."],[[["AlloyDB Omni can be installed in any UNIX-based environment that supports container runtimes, provided you have an agreement with Google governing Google Cloud offerings."],["The minimum requirements for running AlloyDB Omni include either an x86-64 or Arm CPU with AVX2 support, 2 GB of RAM, 10 GB of disk space, and a compatible operating system like Linux or macOS, and a supported container runtime like Docker or Podman."],["Installation involves using either the `docker run` or `podman run` command to create a new container, naming it `my-omni`, setting a `POSTGRES_PASSWORD`, and using the `google/alloydbomni:15.5.5` image."],["You can connect to the containerized AlloyDB Omni using `psql` with either `docker exec` or `podman exec`, logging in as the `postgres` user."],["To clean up, stop and then delete the `my-omni` container using either `docker container stop/rm` or `podman container stop/rm` commands."]]],[]]