Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
docker build --tag postgresql-local .
docker run --name postgresql-local -e POSTGRES_PASSWORD=postgres -v data:/var/lib/postgresql/data -p 5432:5432 -d postgresql-local:latest
docker container rm postgresql-local
docker image rm postgresql-local