filmov
tv
Install Latest Postgres DB on Docker with Terminal [Command Line] (Linux, Ubuntu, Mac, Windows)

Показать описание
Install Latest Postgres on Docker with Terminal [Command Line] in Any OS likes Linux, Ubuntu, Mac, Windows.
Command: docker container run --name="postgres" -p 5432:5432 -e POSTGRES_USER=root -e POSTGRES_PASSWORD=root postgres:9.6.24
Command: docker container run --name="postgres" -p 5432:5432 -e POSTGRES_USER=root -e POSTGRES_PASSWORD=root postgres:9.6.24