Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
En esta guía de inicio rápido, se muestra cómo instalar AlloyDB Omni, que se puede ejecutar en cualquier entorno basado en UNIX que admita entornos de ejecución de contenedores.
AlloyDB Omni se ejecuta en un contenedor. Instala un entorno de ejecución de contenedores, como Docker o Podman, en tu máquina antes de instalar AlloyDB Omni.
Instala AlloyDB Omni con Docker
Docker
Usa el comando docker run para crear un contenedor nuevo con AlloyDB Omni llamado my-omni:
[[["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-03-06 (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."]]],[]]