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
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-22 (UTC)"],[[["AlloyDB Omni can be installed in any UNIX-based environment that supports container runtimes, requiring minimum hardware like an x86-64 or Arm CPU with AVX2 support, 2 GB of RAM, and 10 GB of disk space."],["A container runtime such as Docker or Podman needs to be installed before you can install AlloyDB Omni, which will then run within a container."],["Installation is done by using the `docker run` command, which creates a new container and allows you to set a password for the container's `postgres` user."],["You can connect to your containerized AlloyDB Omni instance using `psql` via the command `docker exec -it my-omni psql -h localhost -U postgres`."],["The container's data directory is deleted when the AlloyDB Omni container is removed unless you mount a data directory on your host file system, which would require customization."]]],[]]