brewman-docker/postgres.sh
2016-01-30 09:55:16 +05:30

3 lines
152 B
Bash

docker volume create --name pgdata
docker run --name some-postgres -v pgdata:/var/lib/postgresql/data -e POSTGRES_PASSWORD=mysecretpassword -d postgres