Skip to content

Files

Latest commit

 

History

History

postgres

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

PostgreSQL

This is a small test of PostgreSQL 11.7 in a NanoServer container.

docker build -t postgres .
docker run postgres postgres --help
docker run postgres psql --help

See also discussion in docker-library/postgres#324