brewman-docker/postgres.sh

3 lines
152 B
Bash
Raw Normal View History

2016-01-30 04:25:16 +00:00
docker volume create --name pgdata
docker run --name some-postgres -v pgdata:/var/lib/postgresql/data -e POSTGRES_PASSWORD=mysecretpassword -d postgres