https://hub.docker.com/_/postgres?tab=description&page=1&ordering=last_updated&name=9.5

    这里安装的是9.5版本的,其他版本自选..

    1. raycloud docker pull postgres:9.5
    2. raycloud docker image ls
    3. REPOSITORY TAG IMAGE ID CREATED SIZE
    4. postgres 9.5 6d176851b77f 7 days ago 197MB
    5. raycloud docker run --name mypostgres -d -p 5432:5432 -e POSTGRES_PASSWORD=123456 postgres:9.5
    6. 1102eb0ef51dc1fb44e2afe19312942961a942bc27c98181947d825b6492499f

    image.png