PostgreSQL_Alpine

PostgreSQL_Alpine

官方

Docker 应用程序 from UNRA1DUser's Repository

概述

|------------------------------------------------- | General Information |------------------------------------------------- PostgreSQL, often simply "Postgres", is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. As a database server, its primary function is to store data, securely and supporting best practices, and retrieve it later, as requested by other software applications, be it those on the same computer or those running on another computer across a network (including the Internet). It can handle workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users. Recent versions also provide replication of the database itself for security and scalability. PostgreSQL implements the majority of the SQL:2011 standard, is ACID-compliant and transactional (including most DDL statements) avoiding locking issues using multiversion concurrency control (MVCC), provides immunity to dirty reads and full serializability; handles complex SQL queries using many indexing methods that are not available in other databases; has updateable views and materialized views, triggers, foreign keys; supports functions and stored procedures, and other expandability, and has a large number of extensions written by third parties. In addition to the possibility of working with the major proprietary and open source databases, PostgreSQL supports migration from them, by its extensive standard SQL support and available migration tools. And if proprietary extensions had been used, by its extensibility that can emulate many through some built-in and third-party open source compatibility extensions, such as for Oracle.

运行时参数

网络
bridge
外壳
sh
特权
false
额外参数
--user=99:100 --memory=2G --restart=unless-stopped

模板配置

POSTGRESQL_TCP_PORTPorttcp

PostgreSQL TCP connection port

目标
5432
默认值
5432
Database NameVariable

Initial database name (default: postgres)

目标
POSTGRES_DB
默认值
postgres
Database UserVariable

Initial superuser name (default: postgres)

目标
POSTGRES_USER
默认值
postgres
Postgres PasswordVariable

Initial superuser password (default: postgres)

目标
POSTGRES_PASSWORD
默认值
postgres
Database Storage PathPathrw

PostgreSQL data storage location

目标
/var/lib/postgresql/data
默认值
/mnt/cache/appdata/postgresql_alpine

下载统计数据

0
下载总数
141,629,150
本月
104,766,323
平均每月

长期下载总量

加载图表...

详细信息

存储库
postgres:alpine
最后更新2026-04-23
初见2024-03-14

在Unraid 上运行 PostgreSQL_Alpine 。

PostgreSQL_Alpine 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。