Postgres - Official Image | Docker Hub
https://hub.docker.com/_/postgres/
start a postgres instanceThe default postgres user and database are created in the entrypoint with initdb. ... via docker stack deploy or docker-composeExample stack.yml for postgres: Run docker stack deploy -c stack.yml postgres (or docker-compose -f stack.yml up), wait for it to initialize completely, and visit http://swarm-ip:8080, http://localhost:8080, or http://host-ip:8080(as appropriate).
start a postgres instanceThe default postgres user and database are created in the entrypoint with initdb.
... via docker stack deploy or docker-composeExample stack.yml for postgres: Run docker stack deploy -c stack.yml postgres (or docker-compose -f stack.yml up), wait for it to initialize completely, and visit http://swarm-ip:8080, http://localhost:8080, or http://host-ip:8080(as appropriate).
DA: 75 PA: 69 MOZ Rank: 22