Skip to content

createspb/docker_postgresql94

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

createdigialspb-docker-postgresql / createdigitalspb/postgresql-9.4:1.0

Based on brilliant postgresql image by PaintedFox! We're keeping it here for making small modifications and for safety reasons.

Usage

$ mkdir -p /tmp/postgresql
$ docker run -d --name="postgresql" \
             -p 127.0.0.1:5432:5432 \
             -v /tmp/postgresql:/data \
             -e POSTGRESQL_USER="super" \
             -e POSTGRESQL_NAME="database_name" \
             -e POSTGRESQL_PASS="$(pwgen -s -1 16)" \
             createdigialspb/postgresql

TODO

Base this image on our own baseimage

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published