Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Build

docker build . -t pgcli

Run and connect to database in local postgres container

docker run -it --rm --link $postgres_container_name:postgres pgcli

or

docker run -it --rm --link $postgres_container_name:postgres pgcli postgresql://$user:$password@$host:$port/$db_name

Run and connect to external database

docker run -it --rm pgcli postgresql://$user:$password@$host:$port/$db_name

About

pgcli in Docker

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages