修身 齐家 治国 平天下
Docker 安装 PostgresSql 仅用于测试使用.
docker run -d --name some-postgres -e POSTGRES_PASSWORD=123456 -p 5432:5432 postgres