1.拉取镜像docker pull postgres查看镜像:docker images2.启动容器docker run --name pg -e POSTGRES_PASSWORD=123456 -e POSTGRES_USER=postgres -p ...
確定! 回上一頁