Skip to content

brunofitas/docker_postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

docker_postgresql

A docker image for postgresql

build:

docker build -t postgresql .

run:

docker run -d -p 5432:5432 --name=postgresql_1 postgresql

About

A docker image for postgresql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published