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-04-21 (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 such as Linux or macOS."],["AlloyDB Omni installation requires a container runtime like Docker or Podman, and can be done using the `docker run` or `podman run` command to create a new container."],["By default, AlloyDB Omni stores data within the container, which will be deleted upon container removal, but users can configure it to store data on the host file system."],["To clean up the AlloyDB Omni container, you need to stop and then delete it using either `docker container` or `podman container` commands, depending on the runtime you utilized."]]],[]]