1. docker pull postgres
    2. docker run -d --name pgsql -p 5432:5432 -e POSTGRES_PASSWORD=123456 postgres:latest