Skip to content

awonosuke/docker-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-postgresql

this is practice repository (Docker and PostgreSQL).

License

MIT License.

how to get into container

$ docker compose exec service_name bash

or

$ docker exec -it container_name /bin/sh

then, we can use psql command and others.

# psql -h localhost -U POSTGRES_USER

About

easy build PostgreSQL environment with Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published