Skip to content

TakahashiIkki/practice-docker-postgres10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

practice-docker-postgres10

how to use

I try to boot postgresql10 with using docker container.

立ち上げ(boot)

$ docker run --name pgsql10 -d -e POSTGRES_PASSWORD=password -p 15432:5432 postgres:10

接続(connect)

$ docker run -it --rm --link pgsql10:postgres postgres:10 psql -h postgres -U postgres

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages