2

docker 安装 Postgres

 1 year ago
source link: https://www.jansora.com/notebook/107597
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

docker 安装 Postgresdocker 安装 Postgres导航前往主站应用闲文杂记代码在线代码魔方房价浅析小简助手

see https://hub.docker.com/_/postgres

docker pull postgres:15.2

docker run -d \
	--name postgres-15.2 \
	-e POSTGRES_USER=postgres \
	-e POSTGRES_PASSWORD=postgres \
	-e PGDATA=/var/lib/postgresql/data/pgdata \
	-v /aifs01/docker-volume/postgres-15/data:/var/lib/postgresql/data \
	-p 25632:5432 \
	postgres:15.2   

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK