本章教程,使用Docker安装PostgreSQL具体步骤。 一、拉取镜像 docker pull postgres 二、启动容器 docker run -it --name postgres --restart always -e POSTGRES_PASSWORD='123456' -e