docker run --name some-postgres -v /var/lib/postgresql/data:/var/lib/postgresql/data -p 5432:5432 -e POSTGRES_PASSWORD=密码 -d postgres:11.4