Skip to content

astromo/docker-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f8e686e · Mar 31, 2015

History

7 Commits
Mar 31, 2015
Mar 26, 2015
Mar 26, 2015
Mar 26, 2015

Repository files navigation

Astromo's PostgreSQL Docker Container

PostgreSQL Docker container

Build the container

Build our image using Docker docker build -t astromo/postgresql .

Running the container

Run the container using docker run --name astromo-postgresql -e POSTGRES_PASSWORD=root -p 5432:5432 -d astromo/postgresql