Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Este guia de início rápido mostra como instalar o AlloyDB Omni, que pode ser executado
em qualquer ambiente baseado em UNIX compatível com ambientes de execução de contêineres.
O AlloyDB Omni é executado em um contêiner. Instale um ambiente de execução de contêineres, como o Docker ou o Podman, na sua máquina antes de instalar o AlloyDB Omni.
Instalar o AlloyDB Omni usando o Docker
Docker
Use o comando docker run para criar um novo contêiner com o AlloyDB Omni chamado my-omni:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-04-03 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."]]],[]]