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-09 (UTC)"],[[["AlloyDB Omni is designed to run in containerized environments on any UNIX-based system, including Linux and macOS, that supports container runtimes."],["Minimum hardware requirements for running AlloyDB Omni include an x86-64 or Arm CPU with AVX2 support, 2 GB of RAM, and 10 GB of disk space."],["Installation of AlloyDB Omni requires a container runtime like Docker or Podman, and you can set it up using the `docker run` or `podman run` commands."],["Connecting to the containerized AlloyDB Omni instance is done via `psql` after creating the container, and it can be managed and cleaned up using the `docker` or `podman` commands."],["Data in AlloyDB Omni is by default stored within the container and will be deleted when the container is removed, however it is possible to mount a data directory stored on your host file system for production usage."]]],[]]