Skip to content

steffenrs/KotlinStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install postgres

docker pull postgres

docker run --name some-postgres2 -p 5432:5432 -e POSTGRES_PASSWORD=test -d postgres

start existing docker container

docker start docker ps -q -l # restart it in the background

connect psql: psql -h 0.0.0.0 -p 5432 -U postgres

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages