[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-06(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."]]],[]]